HEX: #CC5950
RGB: (204,89,80)
#CC5950 enthält hauptsächlich rote Farbe. Für #CC5950 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #CC5950 wird in RGB als (204,89,80) definiert.
RGB: (204,89,80) (80%,35%,31%)
R 204 von 255 = 80%
G 89 von 255 = 35%
B 80 von 255 = 31%
R + G + B ~ 49%. #CC5950 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
204 + 89 + 80 = 373 (100%)
R 204 von 373 ~ 54.69%
G 89 von 373 ~ 23.86%
B 80 von 373 ~ 21.45%
Die Farbe #CC5950 wird in CMYK als (0,56,61,20) definiert.
CMYK: (0,56,61,20) C0M56Y61K20 (0%,56%,61%,20%) (0.00/0.56/0.61/0.20)
CC | 59 | 50 | |
---|---|---|---|
RGB | 204 | 89 | 80 |
HSL | 4° | 54.87% | 55.69% |
HSB/HSV | 4° | 60.78% | 80.00% |
CMYK | 0.00% | 56.37% | 60.78% |
20.00% |
Hexadezimal | CC | 59 | 50 |
Dezimal | 204 | 89 | 80 |
Binär | 11001100 | 1011001 | 1010000 |
Oktal | 314 | 131 | 120 |
Beispiele css- und html für Elemente in der Farbe #CC5950. Bitte benutzen Sie auch rgb(204,89,80) statt hex-Code.
.myTextColor { color: #CC5950; }
<p style="color:#CC5950">This sample text font color is #CC5950.</p>
Die Farbe dieses Textes ist #CC5950.
.myBgColor { background-color: #CC5950; }
<div style="background-color:#CC5950">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC5950.
.myBorderColor { border: 1px solid #CC5950; }
<div style="border:3px solid #CC5950">Div</div>
Die Grenzen von diesem div sind in Farbe #CC5950.
.myOpacity80 { color: #CC5950; opacity: 0.8; }
<p style="color:#CC5950;opacity:0.8;">80%</p>
Text in Farbe #CC5950 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC5950;}
<p style="text-shadow: 3px 3px 1px #CC5950">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC5950.
.textShadow {text-shadow: 3px 3px 1px #CC5950, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC5950, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC5950 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC5950, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC5950, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC5950 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC5950; -webkit-box-shadow: 1px 1px 3px 2px #CC5950; box-shadow: 1px 1px 3px 2px #CC5950; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC5950; -webkit-box-shadow: 1px 1px 3px 2px #CC5950; box-shadow:1px 1px 3px 2px #CC5950;">
Div content here</div>
Dieser Text ist in der Farbe #CC5950 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC5950 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC5950.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC5950.