HEX: #C15585
RGB: (193,85,133)
#C15585 enthält hauptsächlich rote Farbe. Für #C15585 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C15585 wird in RGB als (193,85,133) definiert.
RGB: (193,85,133)
(76%, 33%, 52%)
R 193 von 255 = 76%
G 85 von 255 = 33%
B 133 von 255 = 52%
R + G + B ~ 54%. #C15585 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 193 + 85 + 133 = 411 (100%)
R 193 von 411 ~ 46.96%
G 85 von 411 ~ 20.68%
B 133 von 411 ~ 32.36'%
Die Farbe #C15585 wird in CMYK als (0,56,31,24) definiert.
CMYK: (0,56,31,24)
C0M56Y31K24 (0%, 56%, 31%, 24%)
(0.00 / 0.56 / 0.31 / 0.24)
Farbe #C15585 in den populären Farbmodellen.
C1 | 55 | 85 | |
---|---|---|---|
RGB | 193 | 85 | 133 |
HSL | 333° | 46.55% | 54.51% |
HSB/HSV | 333° | 55.96% | 75.69% |
CMYK | 0.00% | 55.96% | 31.09% |
24.31% |
Die Farbe #C15585 in den populären Zahlensystemen.
Hexadezimal | C1 | 55 | 85 |
Dezimal | 193 | 85 | 133 |
Binär | 11000001 | 1010101 | 10000101 |
Oktal | 301 | 125 | 205 |
Dunkle Töne der Farbe #C15585
Helle Töne der Farbe #C15585
Beispiele css- und html für Elemente in der Farbe #C15585. Bitte benutzen Sie auch rgb(193,85,133) statt hex-Code.
.myTextColor { color: #C15585; }
<p style="color:#C15585">This sample text font color is #C15585.</p>
Die Farbe dieses Textes ist #C15585.
.myBgColor { background-color: #C15585; }
<div style="background-color:#C15585">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C15585.
.myBorderColor { border: 1px solid #C15585; }
<div style="border:3px solid #C15585">Div</div>
Die Grenzen von diesem div sind in Farbe #C15585.
.myOpacity80 { color: #C15585; opacity: 0.8; }
<p style="color:#C15585;opacity:0.8;">80%</p>
Text in Farbe #C15585 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C15585;}
<p style="text-shadow: 3px 3px 1px #C15585">Text here.</p>
Dieser Text hat den Schatten in Farbe #C15585.
.textShadow {text-shadow: 3px 3px 1px #C15585', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C15585, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C15585 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C15585, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C15585, Direction=45, Strength=4)">Text</p>
This text has shadow with #C15585 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C15585;
-webkit-box-shadow: 1px 1px 3px 2px #C15585;
box-shadow: 1px 1px 3px 2px #C15585;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C15585; -webkit-box-shadow: 1px 1px 3px 2px #C15585; box-shadow:1px 1px 3px 2px #C15585;">
Div content here
</div>
Dieser Text ist in der Farbe #C15585 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C15585 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C15585.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C15585.
Kontrastfarbe für #hex ist #3EAA7A.