HEX: #C5968C
RGB: (197,150,140)
#C5968C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5968C ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C5968C wird in RGB als (197,150,140) definiert.
RGB: (197,150,140)
(77%, 59%, 55%)
R 197 von 255 = 77%
G 150 von 255 = 59%
B 140 von 255 = 55%
R + G + B ~ 64%. #C5968C ziemlich helle Farbe.
R + G + B = 197 + 150 + 140 = 487 (100%)
R 197 von 487 ~ 40.45%
G 150 von 487 ~ 30.8%
B 140 von 487 ~ 28.75'%
Die Farbe #C5968C wird in CMYK als (0,24,29,23) definiert.
CMYK: (0,24,29,23)
C0M24Y29K23 (0%, 24%, 29%, 23%)
(0.00 / 0.24 / 0.29 / 0.23)
Farbe #C5968C in den populären Farbmodellen.
C5 | 96 | 8C | |
---|---|---|---|
RGB | 197 | 150 | 140 |
HSL | 11° | 32.95% | 66.08% |
HSB/HSV | 11° | 28.93% | 77.25% |
CMYK | 0.00% | 23.86% | 28.93% |
22.75% |
Die Farbe #C5968C in den populären Zahlensystemen.
Hexadezimal | C5 | 96 | 8C |
Dezimal | 197 | 150 | 140 |
Binär | 11000101 | 10010110 | 10001100 |
Oktal | 305 | 226 | 214 |
Dunkle Töne der Farbe #C5968C
Helle Töne der Farbe #C5968C
Beispiele css- und html für Elemente in der Farbe #C5968C. Bitte benutzen Sie auch rgb(197,150,140) statt hex-Code.
.myTextColor { color: #C5968C; }
<p style="color:#C5968C">This sample text font color is #C5968C.</p>
Die Farbe dieses Textes ist #C5968C.
.myBgColor { background-color: #C5968C; }
<div style="background-color:#C5968C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5968C.
.myBorderColor { border: 1px solid #C5968C; }
<div style="border:3px solid #C5968C">Div</div>
Die Grenzen von diesem div sind in Farbe #C5968C.
.myOpacity80 { color: #C5968C; opacity: 0.8; }
<p style="color:#C5968C;opacity:0.8;">80%</p>
Text in Farbe #C5968C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5968C;}
<p style="text-shadow: 3px 3px 1px #C5968C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5968C.
.textShadow {text-shadow: 3px 3px 1px #C5968C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5968C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5968C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5968C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5968C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5968C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5968C;
-webkit-box-shadow: 1px 1px 3px 2px #C5968C;
box-shadow: 1px 1px 3px 2px #C5968C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5968C; -webkit-box-shadow: 1px 1px 3px 2px #C5968C; box-shadow:1px 1px 3px 2px #C5968C;">
Div content here
</div>
Dieser Text ist in der Farbe #C5968C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5968C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5968C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5968C.
Kontrastfarbe für #hex ist #3A6973.