HEX: #C4506C
RGB: (196,80,108)
#C4506C enthält hauptsächlich rote Farbe. Für #C4506C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C4506C wird in RGB als (196,80,108) definiert.
RGB: (196,80,108) (77%,31%,42%)
R 196 von 255 = 77%
G 80 von 255 = 31%
B 108 von 255 = 42%
R + G + B ~ 50%. #C4506C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
196 + 80 + 108 = 384 (100%)
R 196 von 384 ~ 51.04%
G 80 von 384 ~ 20.83%
B 108 von 384 ~ 28.13%
Die Farbe #C4506C wird in CMYK als (0,59,45,23) definiert.
CMYK: (0,59,45,23) C0M59Y45K23 (0%,59%,45%,23%) (0.00/0.59/0.45/0.23)
C4 | 50 | 6C | |
---|---|---|---|
RGB | 196 | 80 | 108 |
HSL | 346° | 49.57% | 54.12% |
HSB/HSV | 346° | 59.18% | 76.86% |
CMYK | 0.00% | 59.18% | 44.90% |
23.14% |
Hexadezimal | C4 | 50 | 6C |
Dezimal | 196 | 80 | 108 |
Binär | 11000100 | 1010000 | 1101100 |
Oktal | 304 | 120 | 154 |
Beispiele css- und html für Elemente in der Farbe #C4506C. Bitte benutzen Sie auch rgb(196,80,108) statt hex-Code.
.myTextColor { color: #C4506C; }
<p style="color:#C4506C">This sample text font color is #C4506C.</p>
Die Farbe dieses Textes ist #C4506C.
.myBgColor { background-color: #C4506C; }
<div style="background-color:#C4506C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4506C.
.myBorderColor { border: 1px solid #C4506C; }
<div style="border:3px solid #C4506C">Div</div>
Die Grenzen von diesem div sind in Farbe #C4506C.
.myOpacity80 { color: #C4506C; opacity: 0.8; }
<p style="color:#C4506C;opacity:0.8;">80%</p>
Text in Farbe #C4506C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4506C;}
<p style="text-shadow: 3px 3px 1px #C4506C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4506C.
.textShadow {text-shadow: 3px 3px 1px #C4506C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4506C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4506C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4506C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4506C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4506C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4506C; -webkit-box-shadow: 1px 1px 3px 2px #C4506C; box-shadow: 1px 1px 3px 2px #C4506C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4506C; -webkit-box-shadow: 1px 1px 3px 2px #C4506C; box-shadow:1px 1px 3px 2px #C4506C;">
Div content here</div>
Dieser Text ist in der Farbe #C4506C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4506C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4506C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4506C.