HEX: #C493AE
RGB: (196,147,174)
#C493AE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C493AE ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C493AE wird in RGB als (196,147,174) definiert.
RGB: (196,147,174)
(77%, 58%, 68%)
R 196 von 255 = 77%
G 147 von 255 = 58%
B 174 von 255 = 68%
R + G + B ~ 68%. #C493AE ziemlich helle Farbe.
R + G + B = 196 + 147 + 174 = 517 (100%)
R 196 von 517 ~ 37.91%
G 147 von 517 ~ 28.43%
B 174 von 517 ~ 33.66'%
Die Farbe #C493AE wird in CMYK als (0,25,11,23) definiert.
CMYK: (0,25,11,23) C0M25Y11K23 (0%,25%,11%,23%) (0.00/0.25/0.11/0.23)
Farbe #C493AE in den populären Farbmodellen.
C4 | 93 | AE | |
---|---|---|---|
RGB | 196 | 147 | 174 |
HSL | 327° | 29.34% | 67.25% |
HSB/HSV | 327° | 25.00% | 76.86% |
CMYK | 0.00% | 25.00% | 11.22% |
23.14% |
Die Farbe #C493AE in den populären Zahlensystemen.
Hexadezimal | C4 | 93 | AE |
Dezimal | 196 | 147 | 174 |
Binär | 11000100 | 10010011 | 10101110 |
Oktal | 304 | 223 | 256 |
Dunkle Töne der Farbe #C493AE
Helle Töne der Farbe #C493AE
Beispiele css- und html für Elemente in der Farbe #C493AE. Bitte benutzen Sie auch rgb(196,147,174) statt hex-Code.
.myTextColor { color: #C493AE; }
<p style="color:#C493AE">This sample text font color is #C493AE.</p>
Die Farbe dieses Textes ist #C493AE.
.myBgColor { background-color: #C493AE; }
<div style="background-color:#C493AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C493AE.
.myBorderColor { border: 1px solid #C493AE; }
<div style="border:3px solid #C493AE">Div</div>
Die Grenzen von diesem div sind in Farbe #C493AE.
.myOpacity80 { color: #C493AE; opacity: 0.8; }
<p style="color:#C493AE;opacity:0.8;">80%</p>
Text in Farbe #C493AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C493AE;}
<p style="text-shadow: 3px 3px 1px #C493AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C493AE.
.textShadow {text-shadow: 3px 3px 1px #C493AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C493AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C493AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C493AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C493AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C493AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C493AE;
-webkit-box-shadow: 1px 1px 3px 2px #C493AE;
box-shadow: 1px 1px 3px 2px #C493AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C493AE; -webkit-box-shadow: 1px 1px 3px 2px #C493AE; box-shadow:1px 1px 3px 2px #C493AE;">
Div content here
</div>
Dieser Text ist in der Farbe #C493AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C493AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C493AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C493AE.
Kontrastfarbe für #hex ist #3B6C51.