HEX: #C85D60
RGB: (200,93,96)
#C85D60 enthält hauptsächlich rote Farbe. Für #C85D60 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C85D60 wird in RGB als (200,93,96) definiert.
RGB: (200,93,96) (78%,36%,38%)
R 200 von 255 = 78%
G 93 von 255 = 36%
B 96 von 255 = 38%
R + G + B ~ 51%. #C85D60 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
200 + 93 + 96 = 389 (100%)
R 200 von 389 ~ 51.41%
G 93 von 389 ~ 23.91%
B 96 von 389 ~ 24.68%
Die Farbe #C85D60 wird in CMYK als (0,54,52,22) definiert.
CMYK: (0,54,52,22) C0M54Y52K22 (0%,54%,52%,22%) (0.00/0.54/0.52/0.22)
C8 | 5D | 60 | |
---|---|---|---|
RGB | 200 | 93 | 96 |
HSL | 358° | 49.31% | 57.45% |
HSB/HSV | 358° | 53.50% | 78.43% |
CMYK | 0.00% | 53.50% | 52.00% |
21.57% |
Hexadezimal | C8 | 5D | 60 |
Dezimal | 200 | 93 | 96 |
Binär | 11001000 | 1011101 | 1100000 |
Oktal | 310 | 135 | 140 |
Beispiele css- und html für Elemente in der Farbe #C85D60. Bitte benutzen Sie auch rgb(200,93,96) statt hex-Code.
.myTextColor { color: #C85D60; }
<p style="color:#C85D60">This sample text font color is #C85D60.</p>
Die Farbe dieses Textes ist #C85D60.
.myBgColor { background-color: #C85D60; }
<div style="background-color:#C85D60">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C85D60.
.myBorderColor { border: 1px solid #C85D60; }
<div style="border:3px solid #C85D60">Div</div>
Die Grenzen von diesem div sind in Farbe #C85D60.
.myOpacity80 { color: #C85D60; opacity: 0.8; }
<p style="color:#C85D60;opacity:0.8;">80%</p>
Text in Farbe #C85D60 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C85D60;}
<p style="text-shadow: 3px 3px 1px #C85D60">Text here.</p>
Dieser Text hat den Schatten in Farbe #C85D60.
.textShadow {text-shadow: 3px 3px 1px #C85D60, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C85D60, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C85D60 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C85D60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C85D60, Direction=45, Strength=4)">Text</p>
This text has shadow with #C85D60 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C85D60; -webkit-box-shadow: 1px 1px 3px 2px #C85D60; box-shadow: 1px 1px 3px 2px #C85D60; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C85D60; -webkit-box-shadow: 1px 1px 3px 2px #C85D60; box-shadow:1px 1px 3px 2px #C85D60;">
Div content here</div>
Dieser Text ist in der Farbe #C85D60 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C85D60 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C85D60.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C85D60.