HEX: #C8376C
RGB: (200,55,108)
#C8376C enthält hauptsächlich rote Farbe. Für #C8376C ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #C8376C wird in RGB als (200,55,108) definiert.
RGB: (200,55,108)
(78%, 22%, 42%)
R 200 von 255 = 78%
G 55 von 255 = 22%
B 108 von 255 = 42%
R + G + B ~ 47%. #C8376C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 200 + 55 + 108 = 363 (100%)
R 200 von 363 ~ 55.1%
G 55 von 363 ~ 15.15%
B 108 von 363 ~ 29.75'%
Die Farbe #C8376C wird in CMYK als (0,73,46,22) definiert.
CMYK: (0,73,46,22)
C0M73Y46K22 (0%, 73%, 46%, 22%)
(0.00 / 0.73 / 0.46 / 0.22)
Farbe #C8376C in den populären Farbmodellen.
C8 | 37 | 6C | |
---|---|---|---|
RGB | 200 | 55 | 108 |
HSL | 338° | 56.86% | 50.00% |
HSB/HSV | 338° | 72.50% | 78.43% |
CMYK | 0.00% | 72.50% | 46.00% |
21.57% |
Die Farbe #C8376C in den populären Zahlensystemen.
Hexadezimal | C8 | 37 | 6C |
Dezimal | 200 | 55 | 108 |
Binär | 11001000 | 110111 | 1101100 |
Oktal | 310 | 67 | 154 |
Dunkle Töne der Farbe #C8376C
Helle Töne der Farbe #C8376C
Beispiele css- und html für Elemente in der Farbe #C8376C. Bitte benutzen Sie auch rgb(200,55,108) statt hex-Code.
.myTextColor { color: #C8376C; }
<p style="color:#C8376C">This sample text font color is #C8376C.</p>
Die Farbe dieses Textes ist #C8376C.
.myBgColor { background-color: #C8376C; }
<div style="background-color:#C8376C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8376C.
.myBorderColor { border: 1px solid #C8376C; }
<div style="border:3px solid #C8376C">Div</div>
Die Grenzen von diesem div sind in Farbe #C8376C.
.myOpacity80 { color: #C8376C; opacity: 0.8; }
<p style="color:#C8376C;opacity:0.8;">80%</p>
Text in Farbe #C8376C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8376C;}
<p style="text-shadow: 3px 3px 1px #C8376C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8376C.
.textShadow {text-shadow: 3px 3px 1px #C8376C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8376C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8376C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8376C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8376C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8376C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8376C;
-webkit-box-shadow: 1px 1px 3px 2px #C8376C;
box-shadow: 1px 1px 3px 2px #C8376C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8376C; -webkit-box-shadow: 1px 1px 3px 2px #C8376C; box-shadow:1px 1px 3px 2px #C8376C;">
Div content here
</div>
Dieser Text ist in der Farbe #C8376C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8376C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8376C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8376C.
Kontrastfarbe für #hex ist #37C893.