HEX: #C47D84
RGB: (196,125,132)
#C47D84 enthält hauptsächlich rote Farbe. Für #C47D84 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C47D84 wird in RGB als (196,125,132) definiert.
RGB: (196,125,132) (77%,49%,52%)
R 196 von 255 = 77%
G 125 von 255 = 49%
B 132 von 255 = 52%
R + G + B ~ 59%. #C47D84 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
196 + 125 + 132 = 453 (100%)
R 196 von 453 ~ 43.27%
G 125 von 453 ~ 27.59%
B 132 von 453 ~ 29.14%
Die Farbe #C47D84 wird in CMYK als (0,36,33,23) definiert.
CMYK: (0,36,33,23) C0M36Y33K23 (0%,36%,33%,23%) (0.00/0.36/0.33/0.23)
C4 | 7D | 84 | |
---|---|---|---|
RGB | 196 | 125 | 132 |
HSL | 354° | 37.57% | 62.94% |
HSB/HSV | 354° | 36.22% | 76.86% |
CMYK | 0.00% | 36.22% | 32.65% |
23.14% |
Hexadezimal | C4 | 7D | 84 |
Dezimal | 196 | 125 | 132 |
Binär | 11000100 | 1111101 | 10000100 |
Oktal | 304 | 175 | 204 |
Beispiele css- und html für Elemente in der Farbe #C47D84. Bitte benutzen Sie auch rgb(196,125,132) statt hex-Code.
.myTextColor { color: #C47D84; }
<p style="color:#C47D84">This sample text font color is #C47D84.</p>
Die Farbe dieses Textes ist #C47D84.
.myBgColor { background-color: #C47D84; }
<div style="background-color:#C47D84">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47D84.
.myBorderColor { border: 1px solid #C47D84; }
<div style="border:3px solid #C47D84">Div</div>
Die Grenzen von diesem div sind in Farbe #C47D84.
.myOpacity80 { color: #C47D84; opacity: 0.8; }
<p style="color:#C47D84;opacity:0.8;">80%</p>
Text in Farbe #C47D84 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47D84;}
<p style="text-shadow: 3px 3px 1px #C47D84">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47D84.
.textShadow {text-shadow: 3px 3px 1px #C47D84, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47D84, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47D84 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47D84, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47D84, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47D84 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C47D84; -webkit-box-shadow: 1px 1px 3px 2px #C47D84; box-shadow: 1px 1px 3px 2px #C47D84; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C47D84; -webkit-box-shadow: 1px 1px 3px 2px #C47D84; box-shadow:1px 1px 3px 2px #C47D84;">
Div content here</div>
Dieser Text ist in der Farbe #C47D84 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47D84 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47D84.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47D84.