HEX: #C6688A
RGB: (198,104,138)
#C6688A enthält hauptsächlich rote Farbe. Für #C6688A ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C6688A wird in RGB als (198,104,138) definiert.
RGB: (198,104,138)
(78%, 41%, 54%)
R 198 von 255 = 78%
G 104 von 255 = 41%
B 138 von 255 = 54%
R + G + B ~ 58%. #C6688A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 198 + 104 + 138 = 440 (100%)
R 198 von 440 ~ 45%
G 104 von 440 ~ 23.64%
B 138 von 440 ~ 31.36'%
Die Farbe #C6688A wird in CMYK als (0,47,30,22) definiert.
CMYK: (0,47,30,22) C0M47Y30K22 (0%,47%,30%,22%) (0.00/0.47/0.30/0.22)
Farbe #C6688A in den populären Farbmodellen.
C6 | 68 | 8A | |
---|---|---|---|
RGB | 198 | 104 | 138 |
HSL | 338° | 45.19% | 59.22% |
HSB/HSV | 338° | 47.47% | 77.65% |
CMYK | 0.00% | 47.47% | 30.30% |
22.35% |
Die Farbe #C6688A in den populären Zahlensystemen.
Hexadezimal | C6 | 68 | 8A |
Dezimal | 198 | 104 | 138 |
Binär | 11000110 | 1101000 | 10001010 |
Oktal | 306 | 150 | 212 |
Dunkle Töne der Farbe #C6688A
Helle Töne der Farbe #C6688A
Beispiele css- und html für Elemente in der Farbe #C6688A. Bitte benutzen Sie auch rgb(198,104,138) statt hex-Code.
.myTextColor { color: #C6688A; }
<p style="color:#C6688A">This sample text font color is #C6688A.</p>
Die Farbe dieses Textes ist #C6688A.
.myBgColor { background-color: #C6688A; }
<div style="background-color:#C6688A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6688A.
.myBorderColor { border: 1px solid #C6688A; }
<div style="border:3px solid #C6688A">Div</div>
Die Grenzen von diesem div sind in Farbe #C6688A.
.myOpacity80 { color: #C6688A; opacity: 0.8; }
<p style="color:#C6688A;opacity:0.8;">80%</p>
Text in Farbe #C6688A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6688A;}
<p style="text-shadow: 3px 3px 1px #C6688A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6688A.
.textShadow {text-shadow: 3px 3px 1px #C6688A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6688A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6688A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6688A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6688A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6688A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6688A;
-webkit-box-shadow: 1px 1px 3px 2px #C6688A;
box-shadow: 1px 1px 3px 2px #C6688A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6688A; -webkit-box-shadow: 1px 1px 3px 2px #C6688A; box-shadow:1px 1px 3px 2px #C6688A;">
Div content here
</div>
Dieser Text ist in der Farbe #C6688A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6688A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6688A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6688A.
Kontrastfarbe für #hex ist #399775.