HEX: #C7C364
RGB: (199,195,100)
#C7C364 enthält hauptsächlich rote und grüne Farbe. Für #C7C364 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C7C364 wird in RGB als (199,195,100) definiert.
RGB: (199,195,100)
(78%, 76%, 39%)
R 199 von 255 = 78%
G 195 von 255 = 76%
B 100 von 255 = 39%
R + G + B ~ 64%. #C7C364 ziemlich helle Farbe.
R + G + B = 199 + 195 + 100 = 494 (100%)
R 199 von 494 ~ 40.28%
G 195 von 494 ~ 39.47%
B 100 von 494 ~ 20.24'%
Die Farbe #C7C364 wird in CMYK als (0,2,50,22) definiert.
CMYK: (0,2,50,22) C0M2Y50K22 (0%,2%,50%,22%) (0.00/0.02/0.50/0.22)
Farbe #C7C364 in den populären Farbmodellen.
C7 | C3 | 64 | |
---|---|---|---|
RGB | 199 | 195 | 100 |
HSL | 58° | 46.92% | 58.63% |
HSB/HSV | 58° | 49.75% | 78.04% |
CMYK | 0.00% | 2.01% | 49.75% |
21.96% |
Die Farbe #C7C364 in den populären Zahlensystemen.
Hexadezimal | C7 | C3 | 64 |
Dezimal | 199 | 195 | 100 |
Binär | 11000111 | 11000011 | 1100100 |
Oktal | 307 | 303 | 144 |
Dunkle Töne der Farbe #C7C364
Helle Töne der Farbe #C7C364
Beispiele css- und html für Elemente in der Farbe #C7C364. Bitte benutzen Sie auch rgb(199,195,100) statt hex-Code.
.myTextColor { color: #C7C364; }
<p style="color:#C7C364">This sample text font color is #C7C364.</p>
Die Farbe dieses Textes ist #C7C364.
.myBgColor { background-color: #C7C364; }
<div style="background-color:#C7C364">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7C364.
.myBorderColor { border: 1px solid #C7C364; }
<div style="border:3px solid #C7C364">Div</div>
Die Grenzen von diesem div sind in Farbe #C7C364.
.myOpacity80 { color: #C7C364; opacity: 0.8; }
<p style="color:#C7C364;opacity:0.8;">80%</p>
Text in Farbe #C7C364 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C364;}
<p style="text-shadow: 3px 3px 1px #C7C364">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7C364.
.textShadow {text-shadow: 3px 3px 1px #C7C364', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C364, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7C364 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C364, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C364, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C364 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C364;
-webkit-box-shadow: 1px 1px 3px 2px #C7C364;
box-shadow: 1px 1px 3px 2px #C7C364;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C364; -webkit-box-shadow: 1px 1px 3px 2px #C7C364; box-shadow:1px 1px 3px 2px #C7C364;">
Div content here
</div>
Dieser Text ist in der Farbe #C7C364 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7C364 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7C364.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7C364.
Kontrastfarbe für #hex ist #383C9B.