HEX: #C97999
RGB: (201,121,153)
#C97999 enthält hauptsächlich rote und blaue Farbe. Für #C97999 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C97999 wird in RGB als (201,121,153) definiert.
RGB: (201,121,153) (79%,47%,60%)
R 201 von 255 = 79%
G 121 von 255 = 47%
B 153 von 255 = 60%
R + G + B ~ 62%. #C97999 ziemlich helle Farbe.
R + G + B =
201 + 121 + 153 = 475 (100%)
R 201 von 475 ~ 42.32%
G 121 von 475 ~ 25.47%
B 153 von 475 ~ 32.21%
Die Farbe #C97999 wird in CMYK als (0,40,24,21) definiert.
CMYK: (0,40,24,21) C0M40Y24K21 (0%,40%,24%,21%) (0.00/0.40/0.24/0.21)
C9 | 79 | 99 | |
---|---|---|---|
RGB | 201 | 121 | 153 |
HSL | 336° | 42.55% | 63.14% |
HSB/HSV | 336° | 39.80% | 78.82% |
CMYK | 0.00% | 39.80% | 23.88% |
21.18% |
Hexadezimal | C9 | 79 | 99 |
Dezimal | 201 | 121 | 153 |
Binär | 11001001 | 1111001 | 10011001 |
Oktal | 311 | 171 | 231 |
Beispiele css- und html für Elemente in der Farbe #C97999. Bitte benutzen Sie auch rgb(201,121,153) statt hex-Code.
.myTextColor { color: #C97999; }
<p style="color:#C97999">This sample text font color is #C97999.</p>
Die Farbe dieses Textes ist #C97999.
.myBgColor { background-color: #C97999; }
<div style="background-color:#C97999">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C97999.
.myBorderColor { border: 1px solid #C97999; }
<div style="border:3px solid #C97999">Div</div>
Die Grenzen von diesem div sind in Farbe #C97999.
.myOpacity80 { color: #C97999; opacity: 0.8; }
<p style="color:#C97999;opacity:0.8;">80%</p>
Text in Farbe #C97999 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C97999;}
<p style="text-shadow: 3px 3px 1px #C97999">Text here.</p>
Dieser Text hat den Schatten in Farbe #C97999.
.textShadow {text-shadow: 3px 3px 1px #C97999, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C97999, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C97999 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C97999, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C97999, Direction=45, Strength=4)">Text</p>
This text has shadow with #C97999 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C97999; -webkit-box-shadow: 1px 1px 3px 2px #C97999; box-shadow: 1px 1px 3px 2px #C97999; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C97999; -webkit-box-shadow: 1px 1px 3px 2px #C97999; box-shadow:1px 1px 3px 2px #C97999;">
Div content here</div>
Dieser Text ist in der Farbe #C97999 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C97999 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C97999.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C97999.