HEX: #C76592
RGB: (199,101,146)
#C76592 enthält hauptsächlich rote und blaue Farbe. Für #C76592 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C76592 wird in RGB als (199,101,146) definiert.
RGB: (199,101,146)
(78%, 40%, 57%)
R 199 von 255 = 78%
G 101 von 255 = 40%
B 146 von 255 = 57%
R + G + B ~ 58%. #C76592 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 101 + 146 = 446 (100%)
R 199 von 446 ~ 44.62%
G 101 von 446 ~ 22.65%
B 146 von 446 ~ 32.74'%
Die Farbe #C76592 wird in CMYK als (0,49,27,22) definiert.
CMYK: (0,49,27,22)
C0M49Y27K22 (0%, 49%, 27%, 22%)
(0.00 / 0.49 / 0.27 / 0.22)
Farbe #C76592 in den populären Farbmodellen.
C7 | 65 | 92 | |
---|---|---|---|
RGB | 199 | 101 | 146 |
HSL | 332° | 46.67% | 58.82% |
HSB/HSV | 332° | 49.25% | 78.04% |
CMYK | 0.00% | 49.25% | 26.63% |
21.96% |
Die Farbe #C76592 in den populären Zahlensystemen.
Hexadezimal | C7 | 65 | 92 |
Dezimal | 199 | 101 | 146 |
Binär | 11000111 | 1100101 | 10010010 |
Oktal | 307 | 145 | 222 |
Dunkle Töne der Farbe #C76592
Helle Töne der Farbe #C76592
Beispiele css- und html für Elemente in der Farbe #C76592. Bitte benutzen Sie auch rgb(199,101,146) statt hex-Code.
.myTextColor { color: #C76592; }
<p style="color:#C76592">This sample text font color is #C76592.</p>
Die Farbe dieses Textes ist #C76592.
.myBgColor { background-color: #C76592; }
<div style="background-color:#C76592">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C76592.
.myBorderColor { border: 1px solid #C76592; }
<div style="border:3px solid #C76592">Div</div>
Die Grenzen von diesem div sind in Farbe #C76592.
.myOpacity80 { color: #C76592; opacity: 0.8; }
<p style="color:#C76592;opacity:0.8;">80%</p>
Text in Farbe #C76592 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C76592;}
<p style="text-shadow: 3px 3px 1px #C76592">Text here.</p>
Dieser Text hat den Schatten in Farbe #C76592.
.textShadow {text-shadow: 3px 3px 1px #C76592', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C76592, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C76592 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76592, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C76592, Direction=45, Strength=4)">Text</p>
This text has shadow with #C76592 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C76592;
-webkit-box-shadow: 1px 1px 3px 2px #C76592;
box-shadow: 1px 1px 3px 2px #C76592;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C76592; -webkit-box-shadow: 1px 1px 3px 2px #C76592; box-shadow:1px 1px 3px 2px #C76592;">
Div content here
</div>
Dieser Text ist in der Farbe #C76592 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C76592 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C76592.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C76592.
Kontrastfarbe für #hex ist #389A6D.