HEX: #CC6476
RGB: (204,100,118)
#CC6476 enthält hauptsächlich rote Farbe. Für #CC6476 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #CC6476 wird in RGB als (204,100,118) definiert.
RGB: (204,100,118)
(80%, 39%, 46%)
R 204 von 255 = 80%
G 100 von 255 = 39%
B 118 von 255 = 46%
R + G + B ~ 55%. #CC6476 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 100 + 118 = 422 (100%)
R 204 von 422 ~ 48.34%
G 100 von 422 ~ 23.7%
B 118 von 422 ~ 27.96'%
Die Farbe #CC6476 wird in CMYK als (0,51,42,20) definiert.
CMYK: (0,51,42,20)
C0M51Y42K20 (0%, 51%, 42%, 20%)
(0.00 / 0.51 / 0.42 / 0.20)
Farbe #CC6476 in den populären Farbmodellen.
CC | 64 | 76 | |
---|---|---|---|
RGB | 204 | 100 | 118 |
HSL | 350° | 50.49% | 59.61% |
HSB/HSV | 350° | 50.98% | 80.00% |
CMYK | 0.00% | 50.98% | 42.16% |
20.00% |
Die Farbe #CC6476 in den populären Zahlensystemen.
Hexadezimal | CC | 64 | 76 |
Dezimal | 204 | 100 | 118 |
Binär | 11001100 | 1100100 | 1110110 |
Oktal | 314 | 144 | 166 |
Dunkle Töne der Farbe #CC6476
Helle Töne der Farbe #CC6476
Beispiele css- und html für Elemente in der Farbe #CC6476. Bitte benutzen Sie auch rgb(204,100,118) statt hex-Code.
.myTextColor { color: #CC6476; }
<p style="color:#CC6476">This sample text font color is #CC6476.</p>
Die Farbe dieses Textes ist #CC6476.
.myBgColor { background-color: #CC6476; }
<div style="background-color:#CC6476">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC6476.
.myBorderColor { border: 1px solid #CC6476; }
<div style="border:3px solid #CC6476">Div</div>
Die Grenzen von diesem div sind in Farbe #CC6476.
.myOpacity80 { color: #CC6476; opacity: 0.8; }
<p style="color:#CC6476;opacity:0.8;">80%</p>
Text in Farbe #CC6476 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC6476;}
<p style="text-shadow: 3px 3px 1px #CC6476">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC6476.
.textShadow {text-shadow: 3px 3px 1px #CC6476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC6476, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC6476 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC6476, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC6476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC6476;
-webkit-box-shadow: 1px 1px 3px 2px #CC6476;
box-shadow: 1px 1px 3px 2px #CC6476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC6476; -webkit-box-shadow: 1px 1px 3px 2px #CC6476; box-shadow:1px 1px 3px 2px #CC6476;">
Div content here
</div>
Dieser Text ist in der Farbe #CC6476 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC6476 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC6476.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC6476.
Kontrastfarbe für #hex ist #339B89.