HEX: #C66A6A
RGB: (198,106,106)
#C66A6A enthält hauptsächlich rote Farbe. Für #C66A6A ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C66A6A wird in RGB als (198,106,106) definiert.
RGB: (198,106,106) (78%,42%,42%)
R 198 von 255 = 78%
G 106 von 255 = 42%
B 106 von 255 = 42%
R + G + B ~ 54%. #C66A6A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 106 + 106 = 410 (100%)
R 198 von 410 ~ 48.29%
G 106 von 410 ~ 25.85%
B 106 von 410 ~ 25.85%
Die Farbe #C66A6A wird in CMYK als (0,46,46,22) definiert.
CMYK: (0,46,46,22) C0M46Y46K22 (0%,46%,46%,22%) (0.00/0.46/0.46/0.22)
C6 | 6A | 6A | |
---|---|---|---|
RGB | 198 | 106 | 106 |
HSL | 0° | 44.66% | 59.61% |
HSB/HSV | 0° | 46.46% | 77.65% |
CMYK | 0.00% | 46.46% | 46.46% |
22.35% |
Hexadezimal | C6 | 6A | 6A |
Dezimal | 198 | 106 | 106 |
Binär | 11000110 | 1101010 | 1101010 |
Oktal | 306 | 152 | 152 |
Beispiele css- und html für Elemente in der Farbe #C66A6A. Bitte benutzen Sie auch rgb(198,106,106) statt hex-Code.
.myTextColor { color: #C66A6A; }
<p style="color:#C66A6A">This sample text font color is #C66A6A.</p>
Die Farbe dieses Textes ist #C66A6A.
.myBgColor { background-color: #C66A6A; }
<div style="background-color:#C66A6A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C66A6A.
.myBorderColor { border: 1px solid #C66A6A; }
<div style="border:3px solid #C66A6A">Div</div>
Die Grenzen von diesem div sind in Farbe #C66A6A.
.myOpacity80 { color: #C66A6A; opacity: 0.8; }
<p style="color:#C66A6A;opacity:0.8;">80%</p>
Text in Farbe #C66A6A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C66A6A;}
<p style="text-shadow: 3px 3px 1px #C66A6A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C66A6A.
.textShadow {text-shadow: 3px 3px 1px #C66A6A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C66A6A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C66A6A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C66A6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C66A6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C66A6A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C66A6A; -webkit-box-shadow: 1px 1px 3px 2px #C66A6A; box-shadow: 1px 1px 3px 2px #C66A6A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C66A6A; -webkit-box-shadow: 1px 1px 3px 2px #C66A6A; box-shadow:1px 1px 3px 2px #C66A6A;">
Div content here</div>
Dieser Text ist in der Farbe #C66A6A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C66A6A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C66A6A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C66A6A.