HEX: #C6649B
RGB: (198,100,155)
#C6649B enthält hauptsächlich rote und blaue Farbe. Für #C6649B ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C6649B wird in RGB als (198,100,155) definiert.
RGB: (198,100,155)
(78%, 39%, 61%)
R 198 von 255 = 78%
G 100 von 255 = 39%
B 155 von 255 = 61%
R + G + B ~ 59%. #C6649B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 198 + 100 + 155 = 453 (100%)
R 198 von 453 ~ 43.71%
G 100 von 453 ~ 22.08%
B 155 von 453 ~ 34.22'%
Die Farbe #C6649B wird in CMYK als (0,49,22,22) definiert.
CMYK: (0,49,22,22)
C0M49Y22K22 (0%, 49%, 22%, 22%)
(0.00 / 0.49 / 0.22 / 0.22)
Farbe #C6649B in den populären Farbmodellen.
C6 | 64 | 9B | |
---|---|---|---|
RGB | 198 | 100 | 155 |
HSL | 326° | 46.23% | 58.43% |
HSB/HSV | 326° | 49.49% | 77.65% |
CMYK | 0.00% | 49.49% | 21.72% |
22.35% |
Die Farbe #C6649B in den populären Zahlensystemen.
Hexadezimal | C6 | 64 | 9B |
Dezimal | 198 | 100 | 155 |
Binär | 11000110 | 1100100 | 10011011 |
Oktal | 306 | 144 | 233 |
Dunkle Töne der Farbe #C6649B
Helle Töne der Farbe #C6649B
Beispiele css- und html für Elemente in der Farbe #C6649B. Bitte benutzen Sie auch rgb(198,100,155) statt hex-Code.
.myTextColor { color: #C6649B; }
<p style="color:#C6649B">This sample text font color is #C6649B.</p>
Die Farbe dieses Textes ist #C6649B.
.myBgColor { background-color: #C6649B; }
<div style="background-color:#C6649B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6649B.
.myBorderColor { border: 1px solid #C6649B; }
<div style="border:3px solid #C6649B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6649B.
.myOpacity80 { color: #C6649B; opacity: 0.8; }
<p style="color:#C6649B;opacity:0.8;">80%</p>
Text in Farbe #C6649B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6649B;}
<p style="text-shadow: 3px 3px 1px #C6649B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6649B.
.textShadow {text-shadow: 3px 3px 1px #C6649B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6649B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6649B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6649B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6649B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6649B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6649B;
-webkit-box-shadow: 1px 1px 3px 2px #C6649B;
box-shadow: 1px 1px 3px 2px #C6649B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6649B; -webkit-box-shadow: 1px 1px 3px 2px #C6649B; box-shadow:1px 1px 3px 2px #C6649B;">
Div content here
</div>
Dieser Text ist in der Farbe #C6649B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6649B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6649B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6649B.
Kontrastfarbe für #hex ist #399B64.