HEX: #C17B60
RGB: (193,123,96)
#C17B60 enthält hauptsächlich rote Farbe. Für #C17B60 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C17B60 wird in RGB als (193,123,96) definiert.
RGB: (193,123,96) (76%,48%,38%)
R 193 von 255 = 76%
G 123 von 255 = 48%
B 96 von 255 = 38%
R + G + B ~ 54%. #C17B60 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
193 + 123 + 96 = 412 (100%)
R 193 von 412 ~ 46.84%
G 123 von 412 ~ 29.85%
B 96 von 412 ~ 23.3%
Die Farbe #C17B60 wird in CMYK als (0,36,50,24) definiert.
CMYK: (0,36,50,24) C0M36Y50K24 (0%,36%,50%,24%) (0.00/0.36/0.50/0.24)
C1 | 7B | 60 | |
---|---|---|---|
RGB | 193 | 123 | 96 |
HSL | 17° | 43.89% | 56.67% |
HSB/HSV | 17° | 50.26% | 75.69% |
CMYK | 0.00% | 36.27% | 50.26% |
24.31% |
Hexadezimal | C1 | 7B | 60 |
Dezimal | 193 | 123 | 96 |
Binär | 11000001 | 1111011 | 1100000 |
Oktal | 301 | 173 | 140 |
Beispiele css- und html für Elemente in der Farbe #C17B60. Bitte benutzen Sie auch rgb(193,123,96) statt hex-Code.
.myTextColor { color: #C17B60; }
<p style="color:#C17B60">This sample text font color is #C17B60.</p>
Die Farbe dieses Textes ist #C17B60.
.myBgColor { background-color: #C17B60; }
<div style="background-color:#C17B60">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C17B60.
.myBorderColor { border: 1px solid #C17B60; }
<div style="border:3px solid #C17B60">Div</div>
Die Grenzen von diesem div sind in Farbe #C17B60.
.myOpacity80 { color: #C17B60; opacity: 0.8; }
<p style="color:#C17B60;opacity:0.8;">80%</p>
Text in Farbe #C17B60 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C17B60;}
<p style="text-shadow: 3px 3px 1px #C17B60">Text here.</p>
Dieser Text hat den Schatten in Farbe #C17B60.
.textShadow {text-shadow: 3px 3px 1px #C17B60, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C17B60, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C17B60 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C17B60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C17B60, Direction=45, Strength=4)">Text</p>
This text has shadow with #C17B60 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C17B60; -webkit-box-shadow: 1px 1px 3px 2px #C17B60; box-shadow: 1px 1px 3px 2px #C17B60; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C17B60; -webkit-box-shadow: 1px 1px 3px 2px #C17B60; box-shadow:1px 1px 3px 2px #C17B60;">
Div content here</div>
Dieser Text ist in der Farbe #C17B60 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C17B60 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C17B60.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C17B60.