HEX: #C8C475
RGB: (200,196,117)
#C8C475 enthält hauptsächlich rote und grüne Farbe. Für #C8C475 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C8C475 wird in RGB als (200,196,117) definiert.
RGB: (200,196,117) (78%,77%,46%)
R 200 von 255 = 78%
G 196 von 255 = 77%
B 117 von 255 = 46%
R + G + B ~ 67%. #C8C475 ziemlich helle Farbe.
R + G + B =
200 + 196 + 117 = 513 (100%)
R 200 von 513 ~ 38.99%
G 196 von 513 ~ 38.21%
B 117 von 513 ~ 22.81%
Die Farbe #C8C475 wird in CMYK als (0,2,42,22) definiert.
CMYK: (0,2,42,22) C0M2Y42K22 (0%,2%,42%,22%) (0.00/0.02/0.42/0.22)
C8 | C4 | 75 | |
---|---|---|---|
RGB | 200 | 196 | 117 |
HSL | 57° | 43.01% | 62.16% |
HSB/HSV | 57° | 41.50% | 78.43% |
CMYK | 0.00% | 2.00% | 41.50% |
21.57% |
Hexadezimal | C8 | C4 | 75 |
Dezimal | 200 | 196 | 117 |
Binär | 11001000 | 11000100 | 1110101 |
Oktal | 310 | 304 | 165 |
Beispiele css- und html für Elemente in der Farbe #C8C475. Bitte benutzen Sie auch rgb(200,196,117) statt hex-Code.
.myTextColor { color: #C8C475; }
<p style="color:#C8C475">This sample text font color is #C8C475.</p>
Die Farbe dieses Textes ist #C8C475.
.myBgColor { background-color: #C8C475; }
<div style="background-color:#C8C475">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8C475.
.myBorderColor { border: 1px solid #C8C475; }
<div style="border:3px solid #C8C475">Div</div>
Die Grenzen von diesem div sind in Farbe #C8C475.
.myOpacity80 { color: #C8C475; opacity: 0.8; }
<p style="color:#C8C475;opacity:0.8;">80%</p>
Text in Farbe #C8C475 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8C475;}
<p style="text-shadow: 3px 3px 1px #C8C475">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8C475.
.textShadow {text-shadow: 3px 3px 1px #C8C475, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8C475, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8C475 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8C475, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8C475, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8C475 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C8C475; -webkit-box-shadow: 1px 1px 3px 2px #C8C475; box-shadow: 1px 1px 3px 2px #C8C475; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8C475; -webkit-box-shadow: 1px 1px 3px 2px #C8C475; box-shadow:1px 1px 3px 2px #C8C475;">
Div content here</div>
Dieser Text ist in der Farbe #C8C475 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8C475 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8C475.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8C475.