HEX: #C9968A
RGB: (201,150,138)
#C9968A enthält hauptsächlich rote und grüne Farbe. Für #C9968A ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C9968A wird in RGB als (201,150,138) definiert.
RGB: (201,150,138)
(79%, 59%, 54%)
R 201 von 255 = 79%
G 150 von 255 = 59%
B 138 von 255 = 54%
R + G + B ~ 64%. #C9968A ziemlich helle Farbe.
R + G + B = 201 + 150 + 138 = 489 (100%)
R 201 von 489 ~ 41.1%
G 150 von 489 ~ 30.67%
B 138 von 489 ~ 28.22'%
Die Farbe #C9968A wird in CMYK als (0,25,31,21) definiert.
CMYK: (0,25,31,21)
C0M25Y31K21 (0%, 25%, 31%, 21%)
(0.00 / 0.25 / 0.31 / 0.21)
Farbe #C9968A in den populären Farbmodellen.
C9 | 96 | 8A | |
---|---|---|---|
RGB | 201 | 150 | 138 |
HSL | 11° | 36.84% | 66.47% |
HSB/HSV | 11° | 31.34% | 78.82% |
CMYK | 0.00% | 25.37% | 31.34% |
21.18% |
Die Farbe #C9968A in den populären Zahlensystemen.
Hexadezimal | C9 | 96 | 8A |
Dezimal | 201 | 150 | 138 |
Binär | 11001001 | 10010110 | 10001010 |
Oktal | 311 | 226 | 212 |
Dunkle Töne der Farbe #C9968A
Helle Töne der Farbe #C9968A
Beispiele css- und html für Elemente in der Farbe #C9968A. Bitte benutzen Sie auch rgb(201,150,138) statt hex-Code.
.myTextColor { color: #C9968A; }
<p style="color:#C9968A">This sample text font color is #C9968A.</p>
Die Farbe dieses Textes ist #C9968A.
.myBgColor { background-color: #C9968A; }
<div style="background-color:#C9968A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9968A.
.myBorderColor { border: 1px solid #C9968A; }
<div style="border:3px solid #C9968A">Div</div>
Die Grenzen von diesem div sind in Farbe #C9968A.
.myOpacity80 { color: #C9968A; opacity: 0.8; }
<p style="color:#C9968A;opacity:0.8;">80%</p>
Text in Farbe #C9968A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9968A;}
<p style="text-shadow: 3px 3px 1px #C9968A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9968A.
.textShadow {text-shadow: 3px 3px 1px #C9968A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9968A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9968A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9968A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9968A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9968A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9968A;
-webkit-box-shadow: 1px 1px 3px 2px #C9968A;
box-shadow: 1px 1px 3px 2px #C9968A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9968A; -webkit-box-shadow: 1px 1px 3px 2px #C9968A; box-shadow:1px 1px 3px 2px #C9968A;">
Div content here
</div>
Dieser Text ist in der Farbe #C9968A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9968A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9968A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9968A.
Kontrastfarbe für #hex ist #366975.