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