HEX: #C57595
RGB: (197,117,149)
#C57595 enthält hauptsächlich rote und blaue Farbe. Für #C57595 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C57595 wird in RGB als (197,117,149) definiert.
RGB: (197,117,149) (77%,46%,58%)
R 197 von 255 = 77%
G 117 von 255 = 46%
B 149 von 255 = 58%
R + G + B ~ 60%. #C57595 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
197 + 117 + 149 = 463 (100%)
R 197 von 463 ~ 42.55%
G 117 von 463 ~ 25.27%
B 149 von 463 ~ 32.18%
Die Farbe #C57595 wird in CMYK als (0,41,24,23) definiert.
CMYK: (0,41,24,23) C0M41Y24K23 (0%,41%,24%,23%) (0.00/0.41/0.24/0.23)
C5 | 75 | 95 | |
---|---|---|---|
RGB | 197 | 117 | 149 |
HSL | 336° | 40.82% | 61.57% |
HSB/HSV | 336° | 40.61% | 77.25% |
CMYK | 0.00% | 40.61% | 24.37% |
22.75% |
Hexadezimal | C5 | 75 | 95 |
Dezimal | 197 | 117 | 149 |
Binär | 11000101 | 1110101 | 10010101 |
Oktal | 305 | 165 | 225 |
Beispiele css- und html für Elemente in der Farbe #C57595. Bitte benutzen Sie auch rgb(197,117,149) statt hex-Code.
.myTextColor { color: #C57595; }
<p style="color:#C57595">This sample text font color is #C57595.</p>
Die Farbe dieses Textes ist #C57595.
.myBgColor { background-color: #C57595; }
<div style="background-color:#C57595">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C57595.
.myBorderColor { border: 1px solid #C57595; }
<div style="border:3px solid #C57595">Div</div>
Die Grenzen von diesem div sind in Farbe #C57595.
.myOpacity80 { color: #C57595; opacity: 0.8; }
<p style="color:#C57595;opacity:0.8;">80%</p>
Text in Farbe #C57595 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C57595;}
<p style="text-shadow: 3px 3px 1px #C57595">Text here.</p>
Dieser Text hat den Schatten in Farbe #C57595.
.textShadow {text-shadow: 3px 3px 1px #C57595, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C57595, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C57595 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C57595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C57595, Direction=45, Strength=4)">Text</p>
This text has shadow with #C57595 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C57595; -webkit-box-shadow: 1px 1px 3px 2px #C57595; box-shadow: 1px 1px 3px 2px #C57595; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C57595; -webkit-box-shadow: 1px 1px 3px 2px #C57595; box-shadow:1px 1px 3px 2px #C57595;">
Div content here</div>
Dieser Text ist in der Farbe #C57595 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C57595 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C57595.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C57595.