HEX: #C6859B
RGB: (198,133,155)
#C6859B enthält hauptsächlich rote und blaue Farbe. Für #C6859B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C6859B wird in RGB als (198,133,155) definiert.
RGB: (198,133,155) (78%,52%,61%)
R 198 von 255 = 78%
G 133 von 255 = 52%
B 155 von 255 = 61%
R + G + B ~ 64%. #C6859B ziemlich helle Farbe.
R + G + B =
198 + 133 + 155 = 486 (100%)
R 198 von 486 ~ 40.74%
G 133 von 486 ~ 27.37%
B 155 von 486 ~ 31.89%
Die Farbe #C6859B wird in CMYK als (0,33,22,22) definiert.
CMYK: (0,33,22,22) C0M33Y22K22 (0%,33%,22%,22%) (0.00/0.33/0.22/0.22)
C6 | 85 | 9B | |
---|---|---|---|
RGB | 198 | 133 | 155 |
HSL | 340° | 36.31% | 64.90% |
HSB/HSV | 340° | 32.83% | 77.65% |
CMYK | 0.00% | 32.83% | 21.72% |
22.35% |
Hexadezimal | C6 | 85 | 9B |
Dezimal | 198 | 133 | 155 |
Binär | 11000110 | 10000101 | 10011011 |
Oktal | 306 | 205 | 233 |
Beispiele css- und html für Elemente in der Farbe #C6859B. Bitte benutzen Sie auch rgb(198,133,155) statt hex-Code.
.myTextColor { color: #C6859B; }
<p style="color:#C6859B">This sample text font color is #C6859B.</p>
Die Farbe dieses Textes ist #C6859B.
.myBgColor { background-color: #C6859B; }
<div style="background-color:#C6859B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6859B.
.myBorderColor { border: 1px solid #C6859B; }
<div style="border:3px solid #C6859B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6859B.
.myOpacity80 { color: #C6859B; opacity: 0.8; }
<p style="color:#C6859B;opacity:0.8;">80%</p>
Text in Farbe #C6859B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6859B;}
<p style="text-shadow: 3px 3px 1px #C6859B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6859B.
.textShadow {text-shadow: 3px 3px 1px #C6859B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6859B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6859B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6859B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6859B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6859B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6859B; -webkit-box-shadow: 1px 1px 3px 2px #C6859B; box-shadow: 1px 1px 3px 2px #C6859B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6859B; -webkit-box-shadow: 1px 1px 3px 2px #C6859B; box-shadow:1px 1px 3px 2px #C6859B;">
Div content here</div>
Dieser Text ist in der Farbe #C6859B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6859B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6859B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6859B.