HEX: #C494AA
RGB: (196,148,170)
#C494AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C494AA ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C494AA wird in RGB als (196,148,170) definiert.
RGB: (196,148,170)
(77%, 58%, 67%)
R 196 von 255 = 77%
G 148 von 255 = 58%
B 170 von 255 = 67%
R + G + B ~ 67%. #C494AA ziemlich helle Farbe.
R + G + B = 196 + 148 + 170 = 514 (100%)
R 196 von 514 ~ 38.13%
G 148 von 514 ~ 28.79%
B 170 von 514 ~ 33.07'%
Die Farbe #C494AA wird in CMYK als (0,24,13,23) definiert.
CMYK: (0,24,13,23)
C0M24Y13K23 (0%, 24%, 13%, 23%)
(0.00 / 0.24 / 0.13 / 0.23)
Farbe #C494AA in den populären Farbmodellen.
C4 | 94 | AA | |
---|---|---|---|
RGB | 196 | 148 | 170 |
HSL | 333° | 28.92% | 67.45% |
HSB/HSV | 333° | 24.49% | 76.86% |
CMYK | 0.00% | 24.49% | 13.27% |
23.14% |
Die Farbe #C494AA in den populären Zahlensystemen.
Hexadezimal | C4 | 94 | AA |
Dezimal | 196 | 148 | 170 |
Binär | 11000100 | 10010100 | 10101010 |
Oktal | 304 | 224 | 252 |
Dunkle Töne der Farbe #C494AA
Helle Töne der Farbe #C494AA
Beispiele css- und html für Elemente in der Farbe #C494AA. Bitte benutzen Sie auch rgb(196,148,170) statt hex-Code.
.myTextColor { color: #C494AA; }
<p style="color:#C494AA">This sample text font color is #C494AA.</p>
Die Farbe dieses Textes ist #C494AA.
.myBgColor { background-color: #C494AA; }
<div style="background-color:#C494AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C494AA.
.myBorderColor { border: 1px solid #C494AA; }
<div style="border:3px solid #C494AA">Div</div>
Die Grenzen von diesem div sind in Farbe #C494AA.
.myOpacity80 { color: #C494AA; opacity: 0.8; }
<p style="color:#C494AA;opacity:0.8;">80%</p>
Text in Farbe #C494AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C494AA;}
<p style="text-shadow: 3px 3px 1px #C494AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C494AA.
.textShadow {text-shadow: 3px 3px 1px #C494AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C494AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C494AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C494AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C494AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C494AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C494AA;
-webkit-box-shadow: 1px 1px 3px 2px #C494AA;
box-shadow: 1px 1px 3px 2px #C494AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C494AA; -webkit-box-shadow: 1px 1px 3px 2px #C494AA; box-shadow:1px 1px 3px 2px #C494AA;">
Div content here
</div>
Dieser Text ist in der Farbe #C494AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C494AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C494AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C494AA.
Kontrastfarbe für #hex ist #3B6B55.