HEX: #C36960
RGB: (195,105,96)
#C36960 enthält hauptsächlich rote Farbe. Für #C36960 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C36960 wird in RGB als (195,105,96) definiert.
RGB: (195,105,96) (76%,41%,38%)
R 195 von 255 = 76%
G 105 von 255 = 41%
B 96 von 255 = 38%
R + G + B ~ 52%. #C36960 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
195 + 105 + 96 = 396 (100%)
R 195 von 396 ~ 49.24%
G 105 von 396 ~ 26.52%
B 96 von 396 ~ 24.24%
Die Farbe #C36960 wird in CMYK als (0,46,51,24) definiert.
CMYK: (0,46,51,24) C0M46Y51K24 (0%,46%,51%,24%) (0.00/0.46/0.51/0.24)
C3 | 69 | 60 | |
---|---|---|---|
RGB | 195 | 105 | 96 |
HSL | 5° | 45.21% | 57.06% |
HSB/HSV | 5° | 50.77% | 76.47% |
CMYK | 0.00% | 46.15% | 50.77% |
23.53% |
Hexadezimal | C3 | 69 | 60 |
Dezimal | 195 | 105 | 96 |
Binär | 11000011 | 1101001 | 1100000 |
Oktal | 303 | 151 | 140 |
Beispiele css- und html für Elemente in der Farbe #C36960. Bitte benutzen Sie auch rgb(195,105,96) statt hex-Code.
.myTextColor { color: #C36960; }
<p style="color:#C36960">This sample text font color is #C36960.</p>
Die Farbe dieses Textes ist #C36960.
.myBgColor { background-color: #C36960; }
<div style="background-color:#C36960">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C36960.
.myBorderColor { border: 1px solid #C36960; }
<div style="border:3px solid #C36960">Div</div>
Die Grenzen von diesem div sind in Farbe #C36960.
.myOpacity80 { color: #C36960; opacity: 0.8; }
<p style="color:#C36960;opacity:0.8;">80%</p>
Text in Farbe #C36960 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C36960;}
<p style="text-shadow: 3px 3px 1px #C36960">Text here.</p>
Dieser Text hat den Schatten in Farbe #C36960.
.textShadow {text-shadow: 3px 3px 1px #C36960, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C36960, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C36960 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C36960, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C36960, Direction=45, Strength=4)">Text</p>
This text has shadow with #C36960 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C36960; -webkit-box-shadow: 1px 1px 3px 2px #C36960; box-shadow: 1px 1px 3px 2px #C36960; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C36960; -webkit-box-shadow: 1px 1px 3px 2px #C36960; box-shadow:1px 1px 3px 2px #C36960;">
Div content here</div>
Dieser Text ist in der Farbe #C36960 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C36960 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C36960.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C36960.