HEX: #C6938B
RGB: (198,147,139)
#C6938B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6938B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C6938B wird in RGB als (198,147,139) definiert.
RGB: (198,147,139) (78%,58%,55%)
R 198 von 255 = 78%
G 147 von 255 = 58%
B 139 von 255 = 55%
R + G + B ~ 64%. #C6938B ziemlich helle Farbe.
R + G + B =
198 + 147 + 139 = 484 (100%)
R 198 von 484 ~ 40.91%
G 147 von 484 ~ 30.37%
B 139 von 484 ~ 28.72%
Die Farbe #C6938B wird in CMYK als (0,26,30,22) definiert.
CMYK: (0,26,30,22) C0M26Y30K22 (0%,26%,30%,22%) (0.00/0.26/0.30/0.22)
C6 | 93 | 8B | |
---|---|---|---|
RGB | 198 | 147 | 139 |
HSL | 8° | 34.10% | 66.08% |
HSB/HSV | 8° | 29.80% | 77.65% |
CMYK | 0.00% | 25.76% | 29.80% |
22.35% |
Hexadezimal | C6 | 93 | 8B |
Dezimal | 198 | 147 | 139 |
Binär | 11000110 | 10010011 | 10001011 |
Oktal | 306 | 223 | 213 |
Beispiele css- und html für Elemente in der Farbe #C6938B. Bitte benutzen Sie auch rgb(198,147,139) statt hex-Code.
.myTextColor { color: #C6938B; }
<p style="color:#C6938B">This sample text font color is #C6938B.</p>
Die Farbe dieses Textes ist #C6938B.
.myBgColor { background-color: #C6938B; }
<div style="background-color:#C6938B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6938B.
.myBorderColor { border: 1px solid #C6938B; }
<div style="border:3px solid #C6938B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6938B.
.myOpacity80 { color: #C6938B; opacity: 0.8; }
<p style="color:#C6938B;opacity:0.8;">80%</p>
Text in Farbe #C6938B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6938B;}
<p style="text-shadow: 3px 3px 1px #C6938B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6938B.
.textShadow {text-shadow: 3px 3px 1px #C6938B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6938B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6938B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6938B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6938B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6938B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6938B; -webkit-box-shadow: 1px 1px 3px 2px #C6938B; box-shadow: 1px 1px 3px 2px #C6938B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6938B; -webkit-box-shadow: 1px 1px 3px 2px #C6938B; box-shadow:1px 1px 3px 2px #C6938B;">
Div content here</div>
Dieser Text ist in der Farbe #C6938B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6938B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6938B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6938B.