HEX: #C6A99B
RGB: (198,169,155)
#C6A99B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6A99B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C6A99B wird in RGB als (198,169,155) definiert.
RGB: (198,169,155)
(78%, 66%, 61%)
R 198 von 255 = 78%
G 169 von 255 = 66%
B 155 von 255 = 61%
R + G + B ~ 68%. #C6A99B ziemlich helle Farbe.
R + G + B = 198 + 169 + 155 = 522 (100%)
R 198 von 522 ~ 37.93%
G 169 von 522 ~ 32.38%
B 155 von 522 ~ 29.69'%
Die Farbe #C6A99B wird in CMYK als (0,15,22,22) definiert.
CMYK: (0,15,22,22)
C0M15Y22K22 (0%, 15%, 22%, 22%)
(0.00 / 0.15 / 0.22 / 0.22)
Farbe #C6A99B in den populären Farbmodellen.
C6 | A9 | 9B | |
---|---|---|---|
RGB | 198 | 169 | 155 |
HSL | 20° | 27.39% | 69.22% |
HSB/HSV | 20° | 21.72% | 77.65% |
CMYK | 0.00% | 14.65% | 21.72% |
22.35% |
Die Farbe #C6A99B in den populären Zahlensystemen.
Hexadezimal | C6 | A9 | 9B |
Dezimal | 198 | 169 | 155 |
Binär | 11000110 | 10101001 | 10011011 |
Oktal | 306 | 251 | 233 |
Dunkle Töne der Farbe #C6A99B
Helle Töne der Farbe #C6A99B
Beispiele css- und html für Elemente in der Farbe #C6A99B. Bitte benutzen Sie auch rgb(198,169,155) statt hex-Code.
.myTextColor { color: #C6A99B; }
<p style="color:#C6A99B">This sample text font color is #C6A99B.</p>
Die Farbe dieses Textes ist #C6A99B.
.myBgColor { background-color: #C6A99B; }
<div style="background-color:#C6A99B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6A99B.
.myBorderColor { border: 1px solid #C6A99B; }
<div style="border:3px solid #C6A99B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6A99B.
.myOpacity80 { color: #C6A99B; opacity: 0.8; }
<p style="color:#C6A99B;opacity:0.8;">80%</p>
Text in Farbe #C6A99B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A99B;}
<p style="text-shadow: 3px 3px 1px #C6A99B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6A99B.
.textShadow {text-shadow: 3px 3px 1px #C6A99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A99B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6A99B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A99B;
-webkit-box-shadow: 1px 1px 3px 2px #C6A99B;
box-shadow: 1px 1px 3px 2px #C6A99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A99B; -webkit-box-shadow: 1px 1px 3px 2px #C6A99B; box-shadow:1px 1px 3px 2px #C6A99B;">
Div content here
</div>
Dieser Text ist in der Farbe #C6A99B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6A99B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6A99B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6A99B.
Kontrastfarbe für #hex ist #395664.