HEX: #C37388
RGB: (195,115,136)
#C37388 enthält hauptsächlich rote und blaue Farbe. Für #C37388 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C37388 wird in RGB als (195,115,136) definiert.
RGB: (195,115,136) (76%,45%,53%)
R 195 von 255 = 76%
G 115 von 255 = 45%
B 136 von 255 = 53%
R + G + B ~ 58%. #C37388 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
195 + 115 + 136 = 446 (100%)
R 195 von 446 ~ 43.72%
G 115 von 446 ~ 25.78%
B 136 von 446 ~ 30.49%
Die Farbe #C37388 wird in CMYK als (0,41,30,24) definiert.
CMYK: (0,41,30,24) C0M41Y30K24 (0%,41%,30%,24%) (0.00/0.41/0.30/0.24)
C3 | 73 | 88 | |
---|---|---|---|
RGB | 195 | 115 | 136 |
HSL | 344° | 40.00% | 60.78% |
HSB/HSV | 344° | 41.03% | 76.47% |
CMYK | 0.00% | 41.03% | 30.26% |
23.53% |
Hexadezimal | C3 | 73 | 88 |
Dezimal | 195 | 115 | 136 |
Binär | 11000011 | 1110011 | 10001000 |
Oktal | 303 | 163 | 210 |
Beispiele css- und html für Elemente in der Farbe #C37388. Bitte benutzen Sie auch rgb(195,115,136) statt hex-Code.
.myTextColor { color: #C37388; }
<p style="color:#C37388">This sample text font color is #C37388.</p>
Die Farbe dieses Textes ist #C37388.
.myBgColor { background-color: #C37388; }
<div style="background-color:#C37388">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37388.
.myBorderColor { border: 1px solid #C37388; }
<div style="border:3px solid #C37388">Div</div>
Die Grenzen von diesem div sind in Farbe #C37388.
.myOpacity80 { color: #C37388; opacity: 0.8; }
<p style="color:#C37388;opacity:0.8;">80%</p>
Text in Farbe #C37388 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37388;}
<p style="text-shadow: 3px 3px 1px #C37388">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37388.
.textShadow {text-shadow: 3px 3px 1px #C37388, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37388, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37388 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37388, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37388, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37388 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C37388; -webkit-box-shadow: 1px 1px 3px 2px #C37388; box-shadow: 1px 1px 3px 2px #C37388; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C37388; -webkit-box-shadow: 1px 1px 3px 2px #C37388; box-shadow:1px 1px 3px 2px #C37388;">
Div content here</div>
Dieser Text ist in der Farbe #C37388 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37388 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37388.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37388.