HEX: #CC599A
RGB: (204,89,154)
#CC599A enthält hauptsächlich rote und blaue Farbe. Für #CC599A ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #CC599A wird in RGB als (204,89,154) definiert.
RGB: (204,89,154)
(80%, 35%, 60%)
R 204 von 255 = 80%
G 89 von 255 = 35%
B 154 von 255 = 60%
R + G + B ~ 58%. #CC599A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 89 + 154 = 447 (100%)
R 204 von 447 ~ 45.64%
G 89 von 447 ~ 19.91%
B 154 von 447 ~ 34.45'%
Die Farbe #CC599A wird in CMYK als (0,56,25,20) definiert.
CMYK: (0,56,25,20)
C0M56Y25K20 (0%, 56%, 25%, 20%)
(0.00 / 0.56 / 0.25 / 0.20)
Farbe #CC599A in den populären Farbmodellen.
CC | 59 | 9A | |
---|---|---|---|
RGB | 204 | 89 | 154 |
HSL | 326° | 53.00% | 57.45% |
HSB/HSV | 326° | 56.37% | 80.00% |
CMYK | 0.00% | 56.37% | 24.51% |
20.00% |
Die Farbe #CC599A in den populären Zahlensystemen.
Hexadezimal | CC | 59 | 9A |
Dezimal | 204 | 89 | 154 |
Binär | 11001100 | 1011001 | 10011010 |
Oktal | 314 | 131 | 232 |
Dunkle Töne der Farbe #CC599A
Helle Töne der Farbe #CC599A
Beispiele css- und html für Elemente in der Farbe #CC599A. Bitte benutzen Sie auch rgb(204,89,154) statt hex-Code.
.myTextColor { color: #CC599A; }
<p style="color:#CC599A">This sample text font color is #CC599A.</p>
Die Farbe dieses Textes ist #CC599A.
.myBgColor { background-color: #CC599A; }
<div style="background-color:#CC599A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC599A.
.myBorderColor { border: 1px solid #CC599A; }
<div style="border:3px solid #CC599A">Div</div>
Die Grenzen von diesem div sind in Farbe #CC599A.
.myOpacity80 { color: #CC599A; opacity: 0.8; }
<p style="color:#CC599A;opacity:0.8;">80%</p>
Text in Farbe #CC599A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC599A;}
<p style="text-shadow: 3px 3px 1px #CC599A">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC599A.
.textShadow {text-shadow: 3px 3px 1px #CC599A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC599A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC599A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC599A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC599A, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC599A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC599A;
-webkit-box-shadow: 1px 1px 3px 2px #CC599A;
box-shadow: 1px 1px 3px 2px #CC599A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC599A; -webkit-box-shadow: 1px 1px 3px 2px #CC599A; box-shadow:1px 1px 3px 2px #CC599A;">
Div content here
</div>
Dieser Text ist in der Farbe #CC599A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC599A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC599A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC599A.
Kontrastfarbe für #hex ist #33A665.