HEX: #C75F63
RGB: (199,95,99)
#C75F63 enthält hauptsächlich rote Farbe. Für #C75F63 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C75F63 wird in RGB als (199,95,99) definiert.
RGB: (199,95,99)
(78%, 37%, 39%)
R 199 von 255 = 78%
G 95 von 255 = 37%
B 99 von 255 = 39%
R + G + B ~ 51%. #C75F63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 95 + 99 = 393 (100%)
R 199 von 393 ~ 50.64%
G 95 von 393 ~ 24.17%
B 99 von 393 ~ 25.19'%
Die Farbe #C75F63 wird in CMYK als (0,52,50,22) definiert.
CMYK: (0,52,50,22) C0M52Y50K22 (0%,52%,50%,22%) (0.00/0.52/0.50/0.22)
Farbe #C75F63 in den populären Farbmodellen.
C7 | 5F | 63 | |
---|---|---|---|
RGB | 199 | 95 | 99 |
HSL | 358° | 48.15% | 57.65% |
HSB/HSV | 358° | 52.26% | 78.04% |
CMYK | 0.00% | 52.26% | 50.25% |
21.96% |
Die Farbe #C75F63 in den populären Zahlensystemen.
Hexadezimal | C7 | 5F | 63 |
Dezimal | 199 | 95 | 99 |
Binär | 11000111 | 1011111 | 1100011 |
Oktal | 307 | 137 | 143 |
Dunkle Töne der Farbe #C75F63
Helle Töne der Farbe #C75F63
Beispiele css- und html für Elemente in der Farbe #C75F63. Bitte benutzen Sie auch rgb(199,95,99) statt hex-Code.
.myTextColor { color: #C75F63; }
<p style="color:#C75F63">This sample text font color is #C75F63.</p>
Die Farbe dieses Textes ist #C75F63.
.myBgColor { background-color: #C75F63; }
<div style="background-color:#C75F63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C75F63.
.myBorderColor { border: 1px solid #C75F63; }
<div style="border:3px solid #C75F63">Div</div>
Die Grenzen von diesem div sind in Farbe #C75F63.
.myOpacity80 { color: #C75F63; opacity: 0.8; }
<p style="color:#C75F63;opacity:0.8;">80%</p>
Text in Farbe #C75F63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C75F63;}
<p style="text-shadow: 3px 3px 1px #C75F63">Text here.</p>
Dieser Text hat den Schatten in Farbe #C75F63.
.textShadow {text-shadow: 3px 3px 1px #C75F63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C75F63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C75F63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C75F63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C75F63, Direction=45, Strength=4)">Text</p>
This text has shadow with #C75F63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C75F63;
-webkit-box-shadow: 1px 1px 3px 2px #C75F63;
box-shadow: 1px 1px 3px 2px #C75F63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C75F63; -webkit-box-shadow: 1px 1px 3px 2px #C75F63; box-shadow:1px 1px 3px 2px #C75F63;">
Div content here
</div>
Dieser Text ist in der Farbe #C75F63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C75F63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C75F63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C75F63.
Kontrastfarbe für #hex ist #38A09C.