HEX: #C4969B
RGB: (196,150,155)
#C4969B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4969B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C4969B wird in RGB als (196,150,155) definiert.
RGB: (196,150,155)
(77%, 59%, 61%)
R 196 von 255 = 77%
G 150 von 255 = 59%
B 155 von 255 = 61%
R + G + B ~ 66%. #C4969B ziemlich helle Farbe.
R + G + B = 196 + 150 + 155 = 501 (100%)
R 196 von 501 ~ 39.12%
G 150 von 501 ~ 29.94%
B 155 von 501 ~ 30.94'%
Die Farbe #C4969B wird in CMYK als (0,23,21,23) definiert.
CMYK: (0,23,21,23)
C0M23Y21K23 (0%, 23%, 21%, 23%)
(0.00 / 0.23 / 0.21 / 0.23)
Farbe #C4969B in den populären Farbmodellen.
C4 | 96 | 9B | |
---|---|---|---|
RGB | 196 | 150 | 155 |
HSL | 353° | 28.05% | 67.84% |
HSB/HSV | 353° | 23.47% | 76.86% |
CMYK | 0.00% | 23.47% | 20.92% |
23.14% |
Die Farbe #C4969B in den populären Zahlensystemen.
Hexadezimal | C4 | 96 | 9B |
Dezimal | 196 | 150 | 155 |
Binär | 11000100 | 10010110 | 10011011 |
Oktal | 304 | 226 | 233 |
Dunkle Töne der Farbe #C4969B
Helle Töne der Farbe #C4969B
Beispiele css- und html für Elemente in der Farbe #C4969B. Bitte benutzen Sie auch rgb(196,150,155) statt hex-Code.
.myTextColor { color: #C4969B; }
<p style="color:#C4969B">This sample text font color is #C4969B.</p>
Die Farbe dieses Textes ist #C4969B.
.myBgColor { background-color: #C4969B; }
<div style="background-color:#C4969B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4969B.
.myBorderColor { border: 1px solid #C4969B; }
<div style="border:3px solid #C4969B">Div</div>
Die Grenzen von diesem div sind in Farbe #C4969B.
.myOpacity80 { color: #C4969B; opacity: 0.8; }
<p style="color:#C4969B;opacity:0.8;">80%</p>
Text in Farbe #C4969B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4969B;}
<p style="text-shadow: 3px 3px 1px #C4969B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4969B.
.textShadow {text-shadow: 3px 3px 1px #C4969B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4969B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4969B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4969B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4969B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4969B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4969B;
-webkit-box-shadow: 1px 1px 3px 2px #C4969B;
box-shadow: 1px 1px 3px 2px #C4969B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4969B; -webkit-box-shadow: 1px 1px 3px 2px #C4969B; box-shadow:1px 1px 3px 2px #C4969B;">
Div content here
</div>
Dieser Text ist in der Farbe #C4969B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4969B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4969B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4969B.
Kontrastfarbe für #C4969B ist #3B6964.