HEX: #C64C7F
RGB: (198,76,127)
#C64C7F enthält hauptsächlich rote Farbe. Für #C64C7F ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #C64C7F wird in RGB als (198,76,127) definiert.
RGB: (198,76,127) (78%,30%,50%)
R 198 von 255 = 78%
G 76 von 255 = 30%
B 127 von 255 = 50%
R + G + B ~ 53%. #C64C7F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 76 + 127 = 401 (100%)
R 198 von 401 ~ 49.38%
G 76 von 401 ~ 18.95%
B 127 von 401 ~ 31.67%
Die Farbe #C64C7F wird in CMYK als (0,62,36,22) definiert.
CMYK: (0,62,36,22) C0M62Y36K22 (0%,62%,36%,22%) (0.00/0.62/0.36/0.22)
C6 | 4C | 7F | |
---|---|---|---|
RGB | 198 | 76 | 127 |
HSL | 335° | 51.69% | 53.73% |
HSB/HSV | 335° | 61.62% | 77.65% |
CMYK | 0.00% | 61.62% | 35.86% |
22.35% |
Hexadezimal | C6 | 4C | 7F |
Dezimal | 198 | 76 | 127 |
Binär | 11000110 | 1001100 | 1111111 |
Oktal | 306 | 114 | 177 |
Beispiele css- und html für Elemente in der Farbe #C64C7F. Bitte benutzen Sie auch rgb(198,76,127) statt hex-Code.
.myTextColor { color: #C64C7F; }
<p style="color:#C64C7F">This sample text font color is #C64C7F.</p>
Die Farbe dieses Textes ist #C64C7F.
.myBgColor { background-color: #C64C7F; }
<div style="background-color:#C64C7F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C64C7F.
.myBorderColor { border: 1px solid #C64C7F; }
<div style="border:3px solid #C64C7F">Div</div>
Die Grenzen von diesem div sind in Farbe #C64C7F.
.myOpacity80 { color: #C64C7F; opacity: 0.8; }
<p style="color:#C64C7F;opacity:0.8;">80%</p>
Text in Farbe #C64C7F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C64C7F;}
<p style="text-shadow: 3px 3px 1px #C64C7F">Text here.</p>
Dieser Text hat den Schatten in Farbe #C64C7F.
.textShadow {text-shadow: 3px 3px 1px #C64C7F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C64C7F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C64C7F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C64C7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C64C7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C64C7F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C64C7F; -webkit-box-shadow: 1px 1px 3px 2px #C64C7F; box-shadow: 1px 1px 3px 2px #C64C7F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C64C7F; -webkit-box-shadow: 1px 1px 3px 2px #C64C7F; box-shadow:1px 1px 3px 2px #C64C7F;">
Div content here</div>
Dieser Text ist in der Farbe #C64C7F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C64C7F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C64C7F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C64C7F.