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