HEX: #C46384
RGB: (196,99,132)
#C46384 enthält hauptsächlich rote Farbe. Für #C46384 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C46384 wird in RGB als (196,99,132) definiert.
RGB: (196,99,132)
(77%, 39%, 52%)
R 196 von 255 = 77%
G 99 von 255 = 39%
B 132 von 255 = 52%
R + G + B ~ 56%. #C46384 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 99 + 132 = 427 (100%)
R 196 von 427 ~ 45.9%
G 99 von 427 ~ 23.19%
B 132 von 427 ~ 30.91'%
Die Farbe #C46384 wird in CMYK als (0,49,33,23) definiert.
CMYK: (0,49,33,23)
C0M49Y33K23 (0%, 49%, 33%, 23%)
(0.00 / 0.49 / 0.33 / 0.23)
Farbe #C46384 in den populären Farbmodellen.
C4 | 63 | 84 | |
---|---|---|---|
RGB | 196 | 99 | 132 |
HSL | 340° | 45.12% | 57.84% |
HSB/HSV | 340° | 49.49% | 76.86% |
CMYK | 0.00% | 49.49% | 32.65% |
23.14% |
Die Farbe #C46384 in den populären Zahlensystemen.
Hexadezimal | C4 | 63 | 84 |
Dezimal | 196 | 99 | 132 |
Binär | 11000100 | 1100011 | 10000100 |
Oktal | 304 | 143 | 204 |
Dunkle Töne der Farbe #C46384
Helle Töne der Farbe #C46384
Beispiele css- und html für Elemente in der Farbe #C46384. Bitte benutzen Sie auch rgb(196,99,132) statt hex-Code.
.myTextColor { color: #C46384; }
<p style="color:#C46384">This sample text font color is #C46384.</p>
Die Farbe dieses Textes ist #C46384.
.myBgColor { background-color: #C46384; }
<div style="background-color:#C46384">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C46384.
.myBorderColor { border: 1px solid #C46384; }
<div style="border:3px solid #C46384">Div</div>
Die Grenzen von diesem div sind in Farbe #C46384.
.myOpacity80 { color: #C46384; opacity: 0.8; }
<p style="color:#C46384;opacity:0.8;">80%</p>
Text in Farbe #C46384 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46384;}
<p style="text-shadow: 3px 3px 1px #C46384">Text here.</p>
Dieser Text hat den Schatten in Farbe #C46384.
.textShadow {text-shadow: 3px 3px 1px #C46384', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46384, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C46384 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46384, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46384 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46384;
-webkit-box-shadow: 1px 1px 3px 2px #C46384;
box-shadow: 1px 1px 3px 2px #C46384;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46384; -webkit-box-shadow: 1px 1px 3px 2px #C46384; box-shadow:1px 1px 3px 2px #C46384;">
Div content here
</div>
Dieser Text ist in der Farbe #C46384 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C46384 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C46384.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C46384.
Kontrastfarbe für #hex ist #3B9C7B.