HEX: #C76B5D
RGB: (199,107,93)
#C76B5D enthält hauptsächlich rote Farbe. Für #C76B5D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C76B5D wird in RGB als (199,107,93) definiert.
RGB: (199,107,93)
(78%, 42%, 36%)
R 199 von 255 = 78%
G 107 von 255 = 42%
B 93 von 255 = 36%
R + G + B ~ 52%. #C76B5D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 107 + 93 = 399 (100%)
R 199 von 399 ~ 49.87%
G 107 von 399 ~ 26.82%
B 93 von 399 ~ 23.31'%
Die Farbe #C76B5D wird in CMYK als (0,46,53,22) definiert.
CMYK: (0,46,53,22)
C0M46Y53K22 (0%, 46%, 53%, 22%)
(0.00 / 0.46 / 0.53 / 0.22)
Farbe #C76B5D in den populären Farbmodellen.
C7 | 6B | 5D | |
---|---|---|---|
RGB | 199 | 107 | 93 |
HSL | 8° | 48.62% | 57.25% |
HSB/HSV | 8° | 53.27% | 78.04% |
CMYK | 0.00% | 46.23% | 53.27% |
21.96% |
Die Farbe #C76B5D in den populären Zahlensystemen.
Hexadezimal | C7 | 6B | 5D |
Dezimal | 199 | 107 | 93 |
Binär | 11000111 | 1101011 | 1011101 |
Oktal | 307 | 153 | 135 |
Dunkle Töne der Farbe #C76B5D
Helle Töne der Farbe #C76B5D
Beispiele css- und html für Elemente in der Farbe #C76B5D. Bitte benutzen Sie auch rgb(199,107,93) statt hex-Code.
.myTextColor { color: #C76B5D; }
<p style="color:#C76B5D">This sample text font color is #C76B5D.</p>
Die Farbe dieses Textes ist #C76B5D.
.myBgColor { background-color: #C76B5D; }
<div style="background-color:#C76B5D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C76B5D.
.myBorderColor { border: 1px solid #C76B5D; }
<div style="border:3px solid #C76B5D">Div</div>
Die Grenzen von diesem div sind in Farbe #C76B5D.
.myOpacity80 { color: #C76B5D; opacity: 0.8; }
<p style="color:#C76B5D;opacity:0.8;">80%</p>
Text in Farbe #C76B5D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C76B5D;}
<p style="text-shadow: 3px 3px 1px #C76B5D">Text here.</p>
Dieser Text hat den Schatten in Farbe #C76B5D.
.textShadow {text-shadow: 3px 3px 1px #C76B5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C76B5D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C76B5D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76B5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C76B5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C76B5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C76B5D;
-webkit-box-shadow: 1px 1px 3px 2px #C76B5D;
box-shadow: 1px 1px 3px 2px #C76B5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C76B5D; -webkit-box-shadow: 1px 1px 3px 2px #C76B5D; box-shadow:1px 1px 3px 2px #C76B5D;">
Div content here
</div>
Dieser Text ist in der Farbe #C76B5D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C76B5D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C76B5D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C76B5D.
Kontrastfarbe für #hex ist #3894A2.