HEX: #C95C3C
RGB: (201,92,60)
#C95C3C enthält hauptsächlich rote Farbe. Für #C95C3C ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C95C3C wird in RGB als (201,92,60) definiert.
RGB: (201,92,60) (79%,36%,24%)
R 201 von 255 = 79%
G 92 von 255 = 36%
B 60 von 255 = 24%
R + G + B ~ 46%. #C95C3C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
201 + 92 + 60 = 353 (100%)
R 201 von 353 ~ 56.94%
G 92 von 353 ~ 26.06%
B 60 von 353 ~ 17%
Die Farbe #C95C3C wird in CMYK als (0,54,70,21) definiert.
CMYK: (0,54,70,21) C0M54Y70K21 (0%,54%,70%,21%) (0.00/0.54/0.70/0.21)
C9 | 5C | 3C | |
---|---|---|---|
RGB | 201 | 92 | 60 |
HSL | 14° | 56.63% | 51.18% |
HSB/HSV | 14° | 70.15% | 78.82% |
CMYK | 0.00% | 54.23% | 70.15% |
21.18% |
Hexadezimal | C9 | 5C | 3C |
Dezimal | 201 | 92 | 60 |
Binär | 11001001 | 1011100 | 111100 |
Oktal | 311 | 134 | 74 |
Beispiele css- und html für Elemente in der Farbe #C95C3C. Bitte benutzen Sie auch rgb(201,92,60) statt hex-Code.
.myTextColor { color: #C95C3C; }
<p style="color:#C95C3C">This sample text font color is #C95C3C.</p>
Die Farbe dieses Textes ist #C95C3C.
.myBgColor { background-color: #C95C3C; }
<div style="background-color:#C95C3C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C95C3C.
.myBorderColor { border: 1px solid #C95C3C; }
<div style="border:3px solid #C95C3C">Div</div>
Die Grenzen von diesem div sind in Farbe #C95C3C.
.myOpacity80 { color: #C95C3C; opacity: 0.8; }
<p style="color:#C95C3C;opacity:0.8;">80%</p>
Text in Farbe #C95C3C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C95C3C;}
<p style="text-shadow: 3px 3px 1px #C95C3C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C95C3C.
.textShadow {text-shadow: 3px 3px 1px #C95C3C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C95C3C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C95C3C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C95C3C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C95C3C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C95C3C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C95C3C; -webkit-box-shadow: 1px 1px 3px 2px #C95C3C; box-shadow: 1px 1px 3px 2px #C95C3C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C95C3C; -webkit-box-shadow: 1px 1px 3px 2px #C95C3C; box-shadow:1px 1px 3px 2px #C95C3C;">
Div content here</div>
Dieser Text ist in der Farbe #C95C3C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C95C3C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C95C3C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C95C3C.