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