HEX: #C46474
RGB: (196,100,116)
#C46474 enthält hauptsächlich rote Farbe. Für #C46474 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C46474 wird in RGB als (196,100,116) definiert.
RGB: (196,100,116) (77%,39%,45%)
R 196 von 255 = 77%
G 100 von 255 = 39%
B 116 von 255 = 45%
R + G + B ~ 54%. #C46474 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
196 + 100 + 116 = 412 (100%)
R 196 von 412 ~ 47.57%
G 100 von 412 ~ 24.27%
B 116 von 412 ~ 28.16%
Die Farbe #C46474 wird in CMYK als (0,49,41,23) definiert.
CMYK: (0,49,41,23) C0M49Y41K23 (0%,49%,41%,23%) (0.00/0.49/0.41/0.23)
C4 | 64 | 74 | |
---|---|---|---|
RGB | 196 | 100 | 116 |
HSL | 350° | 44.86% | 58.04% |
HSB/HSV | 350° | 48.98% | 76.86% |
CMYK | 0.00% | 48.98% | 40.82% |
23.14% |
Hexadezimal | C4 | 64 | 74 |
Dezimal | 196 | 100 | 116 |
Binär | 11000100 | 1100100 | 1110100 |
Oktal | 304 | 144 | 164 |
Beispiele css- und html für Elemente in der Farbe #C46474. Bitte benutzen Sie auch rgb(196,100,116) statt hex-Code.
.myTextColor { color: #C46474; }
<p style="color:#C46474">This sample text font color is #C46474.</p>
Die Farbe dieses Textes ist #C46474.
.myBgColor { background-color: #C46474; }
<div style="background-color:#C46474">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C46474.
.myBorderColor { border: 1px solid #C46474; }
<div style="border:3px solid #C46474">Div</div>
Die Grenzen von diesem div sind in Farbe #C46474.
.myOpacity80 { color: #C46474; opacity: 0.8; }
<p style="color:#C46474;opacity:0.8;">80%</p>
Text in Farbe #C46474 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46474;}
<p style="text-shadow: 3px 3px 1px #C46474">Text here.</p>
Dieser Text hat den Schatten in Farbe #C46474.
.textShadow {text-shadow: 3px 3px 1px #C46474, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46474, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C46474 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46474, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46474 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C46474; -webkit-box-shadow: 1px 1px 3px 2px #C46474; box-shadow: 1px 1px 3px 2px #C46474; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C46474; -webkit-box-shadow: 1px 1px 3px 2px #C46474; box-shadow:1px 1px 3px 2px #C46474;">
Div content here</div>
Dieser Text ist in der Farbe #C46474 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C46474 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C46474.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C46474.