HEX: #C47F8B
RGB: (196,127,139)
#C47F8B enthält hauptsächlich rote und blaue Farbe. Für #C47F8B ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C47F8B wird in RGB als (196,127,139) definiert.
RGB: (196,127,139)
(77%, 50%, 55%)
R 196 von 255 = 77%
G 127 von 255 = 50%
B 139 von 255 = 55%
R + G + B ~ 61%. #C47F8B ziemlich helle Farbe.
R + G + B = 196 + 127 + 139 = 462 (100%)
R 196 von 462 ~ 42.42%
G 127 von 462 ~ 27.49%
B 139 von 462 ~ 30.09'%
Die Farbe #C47F8B wird in CMYK als (0,35,29,23) definiert.
CMYK: (0,35,29,23)
C0M35Y29K23 (0%, 35%, 29%, 23%)
(0.00 / 0.35 / 0.29 / 0.23)
Farbe #C47F8B in den populären Farbmodellen.
C4 | 7F | 8B | |
---|---|---|---|
RGB | 196 | 127 | 139 |
HSL | 350° | 36.90% | 63.33% |
HSB/HSV | 350° | 35.20% | 76.86% |
CMYK | 0.00% | 35.20% | 29.08% |
23.14% |
Die Farbe #C47F8B in den populären Zahlensystemen.
Hexadezimal | C4 | 7F | 8B |
Dezimal | 196 | 127 | 139 |
Binär | 11000100 | 1111111 | 10001011 |
Oktal | 304 | 177 | 213 |
Dunkle Töne der Farbe #C47F8B
Helle Töne der Farbe #C47F8B
Beispiele css- und html für Elemente in der Farbe #C47F8B. Bitte benutzen Sie auch rgb(196,127,139) statt hex-Code.
.myTextColor { color: #C47F8B; }
<p style="color:#C47F8B">This sample text font color is #C47F8B.</p>
Die Farbe dieses Textes ist #C47F8B.
.myBgColor { background-color: #C47F8B; }
<div style="background-color:#C47F8B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47F8B.
.myBorderColor { border: 1px solid #C47F8B; }
<div style="border:3px solid #C47F8B">Div</div>
Die Grenzen von diesem div sind in Farbe #C47F8B.
.myOpacity80 { color: #C47F8B; opacity: 0.8; }
<p style="color:#C47F8B;opacity:0.8;">80%</p>
Text in Farbe #C47F8B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47F8B;}
<p style="text-shadow: 3px 3px 1px #C47F8B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47F8B.
.textShadow {text-shadow: 3px 3px 1px #C47F8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47F8B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47F8B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47F8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47F8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47F8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47F8B;
-webkit-box-shadow: 1px 1px 3px 2px #C47F8B;
box-shadow: 1px 1px 3px 2px #C47F8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47F8B; -webkit-box-shadow: 1px 1px 3px 2px #C47F8B; box-shadow:1px 1px 3px 2px #C47F8B;">
Div content here
</div>
Dieser Text ist in der Farbe #C47F8B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47F8B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47F8B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47F8B.
Kontrastfarbe für #hex ist #3B8074.