HEX: #C15B5C
RGB: (193,91,92)
#C15B5C enthält hauptsächlich rote Farbe. Für #C15B5C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C15B5C wird in RGB als (193,91,92) definiert.
RGB: (193,91,92)
(76%, 36%, 36%)
R 193 von 255 = 76%
G 91 von 255 = 36%
B 92 von 255 = 36%
R + G + B ~ 49%. #C15B5C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 193 + 91 + 92 = 376 (100%)
R 193 von 376 ~ 51.33%
G 91 von 376 ~ 24.2%
B 92 von 376 ~ 24.47'%
Die Farbe #C15B5C wird in CMYK als (0,53,52,24) definiert.
CMYK: (0,53,52,24)
C0M53Y52K24 (0%, 53%, 52%, 24%)
(0.00 / 0.53 / 0.52 / 0.24)
Farbe #C15B5C in den populären Farbmodellen.
C1 | 5B | 5C | |
---|---|---|---|
RGB | 193 | 91 | 92 |
HSL | 359° | 45.13% | 55.69% |
HSB/HSV | 359° | 52.85% | 75.69% |
CMYK | 0.00% | 52.85% | 52.33% |
24.31% |
Die Farbe #C15B5C in den populären Zahlensystemen.
Hexadezimal | C1 | 5B | 5C |
Dezimal | 193 | 91 | 92 |
Binär | 11000001 | 1011011 | 1011100 |
Oktal | 301 | 133 | 134 |
Dunkle Töne der Farbe #C15B5C
Helle Töne der Farbe #C15B5C
Beispiele css- und html für Elemente in der Farbe #C15B5C. Bitte benutzen Sie auch rgb(193,91,92) statt hex-Code.
.myTextColor { color: #C15B5C; }
<p style="color:#C15B5C">This sample text font color is #C15B5C.</p>
Die Farbe dieses Textes ist #C15B5C.
.myBgColor { background-color: #C15B5C; }
<div style="background-color:#C15B5C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C15B5C.
.myBorderColor { border: 1px solid #C15B5C; }
<div style="border:3px solid #C15B5C">Div</div>
Die Grenzen von diesem div sind in Farbe #C15B5C.
.myOpacity80 { color: #C15B5C; opacity: 0.8; }
<p style="color:#C15B5C;opacity:0.8;">80%</p>
Text in Farbe #C15B5C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C15B5C;}
<p style="text-shadow: 3px 3px 1px #C15B5C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C15B5C.
.textShadow {text-shadow: 3px 3px 1px #C15B5C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C15B5C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C15B5C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C15B5C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C15B5C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C15B5C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C15B5C;
-webkit-box-shadow: 1px 1px 3px 2px #C15B5C;
box-shadow: 1px 1px 3px 2px #C15B5C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C15B5C; -webkit-box-shadow: 1px 1px 3px 2px #C15B5C; box-shadow:1px 1px 3px 2px #C15B5C;">
Div content here
</div>
Dieser Text ist in der Farbe #C15B5C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C15B5C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C15B5C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C15B5C.
Kontrastfarbe für #hex ist #3EA4A3.