HEX: #C06076
RGB: (192,96,118)
#C06076 enthält hauptsächlich rote Farbe. Für #C06076 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C06076 wird in RGB als (192,96,118) definiert.
RGB: (192,96,118)
(75%, 38%, 46%)
R 192 von 255 = 75%
G 96 von 255 = 38%
B 118 von 255 = 46%
R + G + B ~ 53%. #C06076 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 192 + 96 + 118 = 406 (100%)
R 192 von 406 ~ 47.29%
G 96 von 406 ~ 23.65%
B 118 von 406 ~ 29.06'%
Die Farbe #C06076 wird in CMYK als (0,50,39,25) definiert.
CMYK: (0,50,39,25)
C0M50Y39K25 (0%, 50%, 39%, 25%)
(0.00 / 0.50 / 0.39 / 0.25)
Farbe #C06076 in den populären Farbmodellen.
C0 | 60 | 76 | |
---|---|---|---|
RGB | 192 | 96 | 118 |
HSL | 346° | 43.24% | 56.47% |
HSB/HSV | 346° | 50.00% | 75.29% |
CMYK | 0.00% | 50.00% | 38.54% |
24.71% |
Die Farbe #C06076 in den populären Zahlensystemen.
Hexadezimal | C0 | 60 | 76 |
Dezimal | 192 | 96 | 118 |
Binär | 11000000 | 1100000 | 1110110 |
Oktal | 300 | 140 | 166 |
Dunkle Töne der Farbe #C06076
Helle Töne der Farbe #C06076
Beispiele css- und html für Elemente in der Farbe #C06076. Bitte benutzen Sie auch rgb(192,96,118) statt hex-Code.
.myTextColor { color: #C06076; }
<p style="color:#C06076">This sample text font color is #C06076.</p>
Die Farbe dieses Textes ist #C06076.
.myBgColor { background-color: #C06076; }
<div style="background-color:#C06076">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C06076.
.myBorderColor { border: 1px solid #C06076; }
<div style="border:3px solid #C06076">Div</div>
Die Grenzen von diesem div sind in Farbe #C06076.
.myOpacity80 { color: #C06076; opacity: 0.8; }
<p style="color:#C06076;opacity:0.8;">80%</p>
Text in Farbe #C06076 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C06076;}
<p style="text-shadow: 3px 3px 1px #C06076">Text here.</p>
Dieser Text hat den Schatten in Farbe #C06076.
.textShadow {text-shadow: 3px 3px 1px #C06076', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C06076, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C06076 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C06076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C06076, Direction=45, Strength=4)">Text</p>
This text has shadow with #C06076 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C06076;
-webkit-box-shadow: 1px 1px 3px 2px #C06076;
box-shadow: 1px 1px 3px 2px #C06076;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C06076; -webkit-box-shadow: 1px 1px 3px 2px #C06076; box-shadow:1px 1px 3px 2px #C06076;">
Div content here
</div>
Dieser Text ist in der Farbe #C06076 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C06076 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C06076.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C06076.
Kontrastfarbe für #hex ist #3F9F89.