HEX: #C992AD
RGB: (201,146,173)
#C992AD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C992AD ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C992AD wird in RGB als (201,146,173) definiert.
RGB: (201,146,173)
(79%, 57%, 68%)
R 201 von 255 = 79%
G 146 von 255 = 57%
B 173 von 255 = 68%
R + G + B ~ 68%. #C992AD ziemlich helle Farbe.
R + G + B = 201 + 146 + 173 = 520 (100%)
R 201 von 520 ~ 38.65%
G 146 von 520 ~ 28.08%
B 173 von 520 ~ 33.27'%
Die Farbe #C992AD wird in CMYK als (0,27,14,21) definiert.
CMYK: (0,27,14,21) C0M27Y14K21 (0%,27%,14%,21%) (0.00/0.27/0.14/0.21)
Farbe #C992AD in den populären Farbmodellen.
C9 | 92 | AD | |
---|---|---|---|
RGB | 201 | 146 | 173 |
HSL | 331° | 33.74% | 68.04% |
HSB/HSV | 331° | 27.36% | 78.82% |
CMYK | 0.00% | 27.36% | 13.93% |
21.18% |
Die Farbe #C992AD in den populären Zahlensystemen.
Hexadezimal | C9 | 92 | AD |
Dezimal | 201 | 146 | 173 |
Binär | 11001001 | 10010010 | 10101101 |
Oktal | 311 | 222 | 255 |
Dunkle Töne der Farbe #C992AD
Helle Töne der Farbe #C992AD
Beispiele css- und html für Elemente in der Farbe #C992AD. Bitte benutzen Sie auch rgb(201,146,173) statt hex-Code.
.myTextColor { color: #C992AD; }
<p style="color:#C992AD">This sample text font color is #C992AD.</p>
Die Farbe dieses Textes ist #C992AD.
.myBgColor { background-color: #C992AD; }
<div style="background-color:#C992AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C992AD.
.myBorderColor { border: 1px solid #C992AD; }
<div style="border:3px solid #C992AD">Div</div>
Die Grenzen von diesem div sind in Farbe #C992AD.
.myOpacity80 { color: #C992AD; opacity: 0.8; }
<p style="color:#C992AD;opacity:0.8;">80%</p>
Text in Farbe #C992AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C992AD;}
<p style="text-shadow: 3px 3px 1px #C992AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C992AD.
.textShadow {text-shadow: 3px 3px 1px #C992AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C992AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C992AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C992AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C992AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C992AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C992AD;
-webkit-box-shadow: 1px 1px 3px 2px #C992AD;
box-shadow: 1px 1px 3px 2px #C992AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C992AD; -webkit-box-shadow: 1px 1px 3px 2px #C992AD; box-shadow:1px 1px 3px 2px #C992AD;">
Div content here
</div>
Dieser Text ist in der Farbe #C992AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C992AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C992AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C992AD.
Kontrastfarbe für #hex ist #366D52.