HEX: #CD5C5C
RGB: (205,92,92)
Die Farbenname ist IndianRed. #CD5C5C enthält hauptsächlich rote Farbe. Für #CD5C5C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #CD5C5C wird in RGB als (205,92,92) definiert.
RGB: (205,92,92) (80%,36%,36%)
R 205 von 255 = 80%
G 92 von 255 = 36%
B 92 von 255 = 36%
R + G + B ~ 51%. #CD5C5C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
205 + 92 + 92 = 389 (100%)
R 205 von 389 ~ 52.7%
G 92 von 389 ~ 23.65%
B 92 von 389 ~ 23.65%
Die Farbe #CD5C5C wird in CMYK als (0,55,55,20) definiert.
CMYK: (0,55,55,20) C0M55Y55K20 (0%,55%,55%,20%) (0.00/0.55/0.55/0.20)
CD | 5C | 5C | |
---|---|---|---|
RGB | 205 | 92 | 92 |
HSL | 0° | 53.05% | 58.24% |
HSB/HSV | 0° | 55.12% | 80.39% |
CMYK | 0.00% | 55.12% | 55.12% |
19.61% |
Hexadezimal | CD | 5C | 5C |
Dezimal | 205 | 92 | 92 |
Binär | 11001101 | 1011100 | 1011100 |
Oktal | 315 | 134 | 134 |
Beispiele css- und html für Elemente in der Farbe #CD5C5C. Bitte benutzen Sie auch rgb(205,92,92) statt hex-Code.
.myTextColor { color: #CD5C5C; }
<p style="color:#CD5C5C">This sample text font color is #CD5C5C.</p>
Die Farbe dieses Textes ist #CD5C5C.
.myBgColor { background-color: #CD5C5C; }
<div style="background-color:#CD5C5C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CD5C5C.
.myBorderColor { border: 1px solid #CD5C5C; }
<div style="border:3px solid #CD5C5C">Div</div>
Die Grenzen von diesem div sind in Farbe #CD5C5C.
.myOpacity80 { color: #CD5C5C; opacity: 0.8; }
<p style="color:#CD5C5C;opacity:0.8;">80%</p>
Text in Farbe #CD5C5C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CD5C5C;}
<p style="text-shadow: 3px 3px 1px #CD5C5C">Text here.</p>
Dieser Text hat den Schatten in Farbe #CD5C5C.
.textShadow {text-shadow: 3px 3px 1px #CD5C5C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CD5C5C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CD5C5C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CD5C5C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CD5C5C, Direction=45, Strength=4)">Text</p>
This text has shadow with #CD5C5C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CD5C5C; -webkit-box-shadow: 1px 1px 3px 2px #CD5C5C; box-shadow: 1px 1px 3px 2px #CD5C5C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CD5C5C; -webkit-box-shadow: 1px 1px 3px 2px #CD5C5C; box-shadow:1px 1px 3px 2px #CD5C5C;">
Div content here</div>
Dieser Text ist in der Farbe #CD5C5C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CD5C5C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CD5C5C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CD5C5C.