HEX: #C37F94
RGB: (195,127,148)
#C37F94 enthält hauptsächlich rote und blaue Farbe. Für #C37F94 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C37F94 wird in RGB als (195,127,148) definiert.
RGB: (195,127,148)
(76%, 50%, 58%)
R 195 von 255 = 76%
G 127 von 255 = 50%
B 148 von 255 = 58%
R + G + B ~ 61%. #C37F94 ziemlich helle Farbe.
R + G + B = 195 + 127 + 148 = 470 (100%)
R 195 von 470 ~ 41.49%
G 127 von 470 ~ 27.02%
B 148 von 470 ~ 31.49'%
Die Farbe #C37F94 wird in CMYK als (0,35,24,24) definiert.
CMYK: (0,35,24,24)
C0M35Y24K24 (0%, 35%, 24%, 24%)
(0.00 / 0.35 / 0.24 / 0.24)
Farbe #C37F94 in den populären Farbmodellen.
C3 | 7F | 94 | |
---|---|---|---|
RGB | 195 | 127 | 148 |
HSL | 341° | 36.17% | 63.14% |
HSB/HSV | 341° | 34.87% | 76.47% |
CMYK | 0.00% | 34.87% | 24.10% |
23.53% |
Die Farbe #C37F94 in den populären Zahlensystemen.
Hexadezimal | C3 | 7F | 94 |
Dezimal | 195 | 127 | 148 |
Binär | 11000011 | 1111111 | 10010100 |
Oktal | 303 | 177 | 224 |
Dunkle Töne der Farbe #C37F94
Helle Töne der Farbe #C37F94
Beispiele css- und html für Elemente in der Farbe #C37F94. Bitte benutzen Sie auch rgb(195,127,148) statt hex-Code.
.myTextColor { color: #C37F94; }
<p style="color:#C37F94">This sample text font color is #C37F94.</p>
Die Farbe dieses Textes ist #C37F94.
.myBgColor { background-color: #C37F94; }
<div style="background-color:#C37F94">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37F94.
.myBorderColor { border: 1px solid #C37F94; }
<div style="border:3px solid #C37F94">Div</div>
Die Grenzen von diesem div sind in Farbe #C37F94.
.myOpacity80 { color: #C37F94; opacity: 0.8; }
<p style="color:#C37F94;opacity:0.8;">80%</p>
Text in Farbe #C37F94 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37F94;}
<p style="text-shadow: 3px 3px 1px #C37F94">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37F94.
.textShadow {text-shadow: 3px 3px 1px #C37F94', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37F94, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37F94 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37F94, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37F94, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37F94 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C37F94;
-webkit-box-shadow: 1px 1px 3px 2px #C37F94;
box-shadow: 1px 1px 3px 2px #C37F94;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C37F94; -webkit-box-shadow: 1px 1px 3px 2px #C37F94; box-shadow:1px 1px 3px 2px #C37F94;">
Div content here
</div>
Dieser Text ist in der Farbe #C37F94 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37F94 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37F94.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37F94.
Kontrastfarbe für #hex ist #3C806B.