HEX: #C9A59B
RGB: (201,165,155)
#C9A59B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9A59B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C9A59B wird in RGB als (201,165,155) definiert.
RGB: (201,165,155) (79%,65%,61%)
R 201 von 255 = 79%
G 165 von 255 = 65%
B 155 von 255 = 61%
R + G + B ~ 68%. #C9A59B ziemlich helle Farbe.
R + G + B =
201 + 165 + 155 = 521 (100%)
R 201 von 521 ~ 38.58%
G 165 von 521 ~ 31.67%
B 155 von 521 ~ 29.75%
Die Farbe #C9A59B wird in CMYK als (0,18,23,21) definiert.
CMYK: (0,18,23,21) C0M18Y23K21 (0%,18%,23%,21%) (0.00/0.18/0.23/0.21)
C9 | A5 | 9B | |
---|---|---|---|
RGB | 201 | 165 | 155 |
HSL | 13° | 29.87% | 69.80% |
HSB/HSV | 13° | 22.89% | 78.82% |
CMYK | 0.00% | 17.91% | 22.89% |
21.18% |
Hexadezimal | C9 | A5 | 9B |
Dezimal | 201 | 165 | 155 |
Binär | 11001001 | 10100101 | 10011011 |
Oktal | 311 | 245 | 233 |
Beispiele css- und html für Elemente in der Farbe #C9A59B. Bitte benutzen Sie auch rgb(201,165,155) statt hex-Code.
.myTextColor { color: #C9A59B; }
<p style="color:#C9A59B">This sample text font color is #C9A59B.</p>
Die Farbe dieses Textes ist #C9A59B.
.myBgColor { background-color: #C9A59B; }
<div style="background-color:#C9A59B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9A59B.
.myBorderColor { border: 1px solid #C9A59B; }
<div style="border:3px solid #C9A59B">Div</div>
Die Grenzen von diesem div sind in Farbe #C9A59B.
.myOpacity80 { color: #C9A59B; opacity: 0.8; }
<p style="color:#C9A59B;opacity:0.8;">80%</p>
Text in Farbe #C9A59B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9A59B;}
<p style="text-shadow: 3px 3px 1px #C9A59B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9A59B.
.textShadow {text-shadow: 3px 3px 1px #C9A59B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9A59B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9A59B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9A59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9A59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9A59B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9A59B; -webkit-box-shadow: 1px 1px 3px 2px #C9A59B; box-shadow: 1px 1px 3px 2px #C9A59B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9A59B; -webkit-box-shadow: 1px 1px 3px 2px #C9A59B; box-shadow:1px 1px 3px 2px #C9A59B;">
Div content here</div>
Dieser Text ist in der Farbe #C9A59B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9A59B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9A59B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9A59B.