HEX: #C76E7C
RGB: (199,110,124)
#C76E7C enthält hauptsächlich rote Farbe. Für #C76E7C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C76E7C wird in RGB als (199,110,124) definiert.
RGB: (199,110,124)
(78%, 43%, 49%)
R 199 von 255 = 78%
G 110 von 255 = 43%
B 124 von 255 = 49%
R + G + B ~ 57%. #C76E7C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 110 + 124 = 433 (100%)
R 199 von 433 ~ 45.96%
G 110 von 433 ~ 25.4%
B 124 von 433 ~ 28.64'%
Die Farbe #C76E7C wird in CMYK als (0,45,38,22) definiert.
CMYK: (0,45,38,22)
C0M45Y38K22 (0%, 45%, 38%, 22%)
(0.00 / 0.45 / 0.38 / 0.22)
Farbe #C76E7C in den populären Farbmodellen.
C7 | 6E | 7C | |
---|---|---|---|
RGB | 199 | 110 | 124 |
HSL | 351° | 44.28% | 60.59% |
HSB/HSV | 351° | 44.72% | 78.04% |
CMYK | 0.00% | 44.72% | 37.69% |
21.96% |
Die Farbe #C76E7C in den populären Zahlensystemen.
Hexadezimal | C7 | 6E | 7C |
Dezimal | 199 | 110 | 124 |
Binär | 11000111 | 1101110 | 1111100 |
Oktal | 307 | 156 | 174 |
Dunkle Töne der Farbe #C76E7C
Helle Töne der Farbe #C76E7C
Beispiele css- und html für Elemente in der Farbe #C76E7C. Bitte benutzen Sie auch rgb(199,110,124) statt hex-Code.
.myTextColor { color: #C76E7C; }
<p style="color:#C76E7C">This sample text font color is #C76E7C.</p>
Die Farbe dieses Textes ist #C76E7C.
.myBgColor { background-color: #C76E7C; }
<div style="background-color:#C76E7C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C76E7C.
.myBorderColor { border: 1px solid #C76E7C; }
<div style="border:3px solid #C76E7C">Div</div>
Die Grenzen von diesem div sind in Farbe #C76E7C.
.myOpacity80 { color: #C76E7C; opacity: 0.8; }
<p style="color:#C76E7C;opacity:0.8;">80%</p>
Text in Farbe #C76E7C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C76E7C;}
<p style="text-shadow: 3px 3px 1px #C76E7C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C76E7C.
.textShadow {text-shadow: 3px 3px 1px #C76E7C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C76E7C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C76E7C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76E7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C76E7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C76E7C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C76E7C;
-webkit-box-shadow: 1px 1px 3px 2px #C76E7C;
box-shadow: 1px 1px 3px 2px #C76E7C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C76E7C; -webkit-box-shadow: 1px 1px 3px 2px #C76E7C; box-shadow:1px 1px 3px 2px #C76E7C;">
Div content here
</div>
Dieser Text ist in der Farbe #C76E7C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C76E7C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C76E7C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C76E7C.
Kontrastfarbe für #hex ist #389183.