HEX: #C595BB
RGB: (197,149,187)
#C595BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C595BB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C595BB wird in RGB als (197,149,187) definiert.
RGB: (197,149,187)
(77%, 58%, 73%)
R 197 von 255 = 77%
G 149 von 255 = 58%
B 187 von 255 = 73%
R + G + B ~ 69%. #C595BB ziemlich helle Farbe.
R + G + B = 197 + 149 + 187 = 533 (100%)
R 197 von 533 ~ 36.96%
G 149 von 533 ~ 27.95%
B 187 von 533 ~ 35.08'%
Die Farbe #C595BB wird in CMYK als (0,24,5,23) definiert.
CMYK: (0,24,5,23)
C0M24Y5K23 (0%, 24%, 5%, 23%)
(0.00 / 0.24 / 0.05 / 0.23)
Farbe #C595BB in den populären Farbmodellen.
C5 | 95 | BB | |
---|---|---|---|
RGB | 197 | 149 | 187 |
HSL | 313° | 29.27% | 67.84% |
HSB/HSV | 313° | 24.37% | 77.25% |
CMYK | 0.00% | 24.37% | 5.08% |
22.75% |
Die Farbe #C595BB in den populären Zahlensystemen.
Hexadezimal | C5 | 95 | BB |
Dezimal | 197 | 149 | 187 |
Binär | 11000101 | 10010101 | 10111011 |
Oktal | 305 | 225 | 273 |
Dunkle Töne der Farbe #C595BB
Helle Töne der Farbe #C595BB
Beispiele css- und html für Elemente in der Farbe #C595BB. Bitte benutzen Sie auch rgb(197,149,187) statt hex-Code.
.myTextColor { color: #C595BB; }
<p style="color:#C595BB">This sample text font color is #C595BB.</p>
Die Farbe dieses Textes ist #C595BB.
.myBgColor { background-color: #C595BB; }
<div style="background-color:#C595BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C595BB.
.myBorderColor { border: 1px solid #C595BB; }
<div style="border:3px solid #C595BB">Div</div>
Die Grenzen von diesem div sind in Farbe #C595BB.
.myOpacity80 { color: #C595BB; opacity: 0.8; }
<p style="color:#C595BB;opacity:0.8;">80%</p>
Text in Farbe #C595BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C595BB;}
<p style="text-shadow: 3px 3px 1px #C595BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C595BB.
.textShadow {text-shadow: 3px 3px 1px #C595BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C595BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C595BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C595BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C595BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C595BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C595BB;
-webkit-box-shadow: 1px 1px 3px 2px #C595BB;
box-shadow: 1px 1px 3px 2px #C595BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C595BB; -webkit-box-shadow: 1px 1px 3px 2px #C595BB; box-shadow:1px 1px 3px 2px #C595BB;">
Div content here
</div>
Dieser Text ist in der Farbe #C595BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C595BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C595BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C595BB.
Kontrastfarbe für #hex ist #3A6A44.