HEX: #C76491
RGB: (199,100,145)
#C76491 enthält hauptsächlich rote und blaue Farbe. Für #C76491 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C76491 wird in RGB als (199,100,145) definiert.
RGB: (199,100,145) (78%,39%,57%)
R 199 von 255 = 78%
G 100 von 255 = 39%
B 145 von 255 = 57%
R + G + B ~ 58%. #C76491 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 100 + 145 = 444 (100%)
R 199 von 444 ~ 44.82%
G 100 von 444 ~ 22.52%
B 145 von 444 ~ 32.66%
Die Farbe #C76491 wird in CMYK als (0,50,27,22) definiert.
CMYK: (0,50,27,22) C0M50Y27K22 (0%,50%,27%,22%) (0.00/0.50/0.27/0.22)
C7 | 64 | 91 | |
---|---|---|---|
RGB | 199 | 100 | 145 |
HSL | 333° | 46.92% | 58.63% |
HSB/HSV | 333° | 49.75% | 78.04% |
CMYK | 0.00% | 49.75% | 27.14% |
21.96% |
Hexadezimal | C7 | 64 | 91 |
Dezimal | 199 | 100 | 145 |
Binär | 11000111 | 1100100 | 10010001 |
Oktal | 307 | 144 | 221 |
Beispiele css- und html für Elemente in der Farbe #C76491. Bitte benutzen Sie auch rgb(199,100,145) statt hex-Code.
.myTextColor { color: #C76491; }
<p style="color:#C76491">This sample text font color is #C76491.</p>
Die Farbe dieses Textes ist #C76491.
.myBgColor { background-color: #C76491; }
<div style="background-color:#C76491">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C76491.
.myBorderColor { border: 1px solid #C76491; }
<div style="border:3px solid #C76491">Div</div>
Die Grenzen von diesem div sind in Farbe #C76491.
.myOpacity80 { color: #C76491; opacity: 0.8; }
<p style="color:#C76491;opacity:0.8;">80%</p>
Text in Farbe #C76491 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C76491;}
<p style="text-shadow: 3px 3px 1px #C76491">Text here.</p>
Dieser Text hat den Schatten in Farbe #C76491.
.textShadow {text-shadow: 3px 3px 1px #C76491, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C76491, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C76491 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76491, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C76491, Direction=45, Strength=4)">Text</p>
This text has shadow with #C76491 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C76491; -webkit-box-shadow: 1px 1px 3px 2px #C76491; box-shadow: 1px 1px 3px 2px #C76491; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C76491; -webkit-box-shadow: 1px 1px 3px 2px #C76491; box-shadow:1px 1px 3px 2px #C76491;">
Div content here</div>
Dieser Text ist in der Farbe #C76491 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C76491 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C76491.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C76491.