HEX: #C66688
RGB: (198,102,136)
#C66688 enthält hauptsächlich rote Farbe. Für #C66688 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C66688 wird in RGB als (198,102,136) definiert.
RGB: (198,102,136) (78%,40%,53%)
R 198 von 255 = 78%
G 102 von 255 = 40%
B 136 von 255 = 53%
R + G + B ~ 57%. #C66688 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 102 + 136 = 436 (100%)
R 198 von 436 ~ 45.41%
G 102 von 436 ~ 23.39%
B 136 von 436 ~ 31.19%
Die Farbe #C66688 wird in CMYK als (0,48,31,22) definiert.
CMYK: (0,48,31,22) C0M48Y31K22 (0%,48%,31%,22%) (0.00/0.48/0.31/0.22)
C6 | 66 | 88 | |
---|---|---|---|
RGB | 198 | 102 | 136 |
HSL | 339° | 45.71% | 58.82% |
HSB/HSV | 339° | 48.48% | 77.65% |
CMYK | 0.00% | 48.48% | 31.31% |
22.35% |
Hexadezimal | C6 | 66 | 88 |
Dezimal | 198 | 102 | 136 |
Binär | 11000110 | 1100110 | 10001000 |
Oktal | 306 | 146 | 210 |
Beispiele css- und html für Elemente in der Farbe #C66688. Bitte benutzen Sie auch rgb(198,102,136) statt hex-Code.
.myTextColor { color: #C66688; }
<p style="color:#C66688">This sample text font color is #C66688.</p>
Die Farbe dieses Textes ist #C66688.
.myBgColor { background-color: #C66688; }
<div style="background-color:#C66688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C66688.
.myBorderColor { border: 1px solid #C66688; }
<div style="border:3px solid #C66688">Div</div>
Die Grenzen von diesem div sind in Farbe #C66688.
.myOpacity80 { color: #C66688; opacity: 0.8; }
<p style="color:#C66688;opacity:0.8;">80%</p>
Text in Farbe #C66688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C66688;}
<p style="text-shadow: 3px 3px 1px #C66688">Text here.</p>
Dieser Text hat den Schatten in Farbe #C66688.
.textShadow {text-shadow: 3px 3px 1px #C66688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C66688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C66688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C66688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C66688, Direction=45, Strength=4)">Text</p>
This text has shadow with #C66688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C66688; -webkit-box-shadow: 1px 1px 3px 2px #C66688; box-shadow: 1px 1px 3px 2px #C66688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C66688; -webkit-box-shadow: 1px 1px 3px 2px #C66688; box-shadow:1px 1px 3px 2px #C66688;">
Div content here</div>
Dieser Text ist in der Farbe #C66688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C66688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C66688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C66688.