HEX: #C47766
RGB: (196,119,102)
#C47766 enthält hauptsächlich rote Farbe. Für #C47766 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C47766 wird in RGB als (196,119,102) definiert.
RGB: (196,119,102)
(77%, 47%, 40%)
R 196 von 255 = 77%
G 119 von 255 = 47%
B 102 von 255 = 40%
R + G + B ~ 55%. #C47766 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 119 + 102 = 417 (100%)
R 196 von 417 ~ 47%
G 119 von 417 ~ 28.54%
B 102 von 417 ~ 24.46'%
Die Farbe #C47766 wird in CMYK als (0,39,48,23) definiert.
CMYK: (0,39,48,23)
C0M39Y48K23 (0%, 39%, 48%, 23%)
(0.00 / 0.39 / 0.48 / 0.23)
Farbe #C47766 in den populären Farbmodellen.
C4 | 77 | 66 | |
---|---|---|---|
RGB | 196 | 119 | 102 |
HSL | 11° | 44.34% | 58.43% |
HSB/HSV | 11° | 47.96% | 76.86% |
CMYK | 0.00% | 39.29% | 47.96% |
23.14% |
Die Farbe #C47766 in den populären Zahlensystemen.
Hexadezimal | C4 | 77 | 66 |
Dezimal | 196 | 119 | 102 |
Binär | 11000100 | 1110111 | 1100110 |
Oktal | 304 | 167 | 146 |
Dunkle Töne der Farbe #C47766
Helle Töne der Farbe #C47766
Beispiele css- und html für Elemente in der Farbe #C47766. Bitte benutzen Sie auch rgb(196,119,102) statt hex-Code.
.myTextColor { color: #C47766; }
<p style="color:#C47766">This sample text font color is #C47766.</p>
Die Farbe dieses Textes ist #C47766.
.myBgColor { background-color: #C47766; }
<div style="background-color:#C47766">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47766.
.myBorderColor { border: 1px solid #C47766; }
<div style="border:3px solid #C47766">Div</div>
Die Grenzen von diesem div sind in Farbe #C47766.
.myOpacity80 { color: #C47766; opacity: 0.8; }
<p style="color:#C47766;opacity:0.8;">80%</p>
Text in Farbe #C47766 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47766;}
<p style="text-shadow: 3px 3px 1px #C47766">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47766.
.textShadow {text-shadow: 3px 3px 1px #C47766', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47766, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47766 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47766, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47766, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47766 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47766;
-webkit-box-shadow: 1px 1px 3px 2px #C47766;
box-shadow: 1px 1px 3px 2px #C47766;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47766; -webkit-box-shadow: 1px 1px 3px 2px #C47766; box-shadow:1px 1px 3px 2px #C47766;">
Div content here
</div>
Dieser Text ist in der Farbe #C47766 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47766 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47766.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47766.
Kontrastfarbe für #hex ist #3B8899.