HEX: #C47C9A
RGB: (196,124,154)
#C47C9A enthält hauptsächlich rote und blaue Farbe. Für #C47C9A ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C47C9A wird in RGB als (196,124,154) definiert.
RGB: (196,124,154) (77%,49%,60%)
R 196 von 255 = 77%
G 124 von 255 = 49%
B 154 von 255 = 60%
R + G + B ~ 62%. #C47C9A ziemlich helle Farbe.
R + G + B =
196 + 124 + 154 = 474 (100%)
R 196 von 474 ~ 41.35%
G 124 von 474 ~ 26.16%
B 154 von 474 ~ 32.49%
Die Farbe #C47C9A wird in CMYK als (0,37,21,23) definiert.
CMYK: (0,37,21,23) C0M37Y21K23 (0%,37%,21%,23%) (0.00/0.37/0.21/0.23)
C4 | 7C | 9A | |
---|---|---|---|
RGB | 196 | 124 | 154 |
HSL | 335° | 37.89% | 62.75% |
HSB/HSV | 335° | 36.73% | 76.86% |
CMYK | 0.00% | 36.73% | 21.43% |
23.14% |
Hexadezimal | C4 | 7C | 9A |
Dezimal | 196 | 124 | 154 |
Binär | 11000100 | 1111100 | 10011010 |
Oktal | 304 | 174 | 232 |
Beispiele css- und html für Elemente in der Farbe #C47C9A. Bitte benutzen Sie auch rgb(196,124,154) statt hex-Code.
.myTextColor { color: #C47C9A; }
<p style="color:#C47C9A">This sample text font color is #C47C9A.</p>
Die Farbe dieses Textes ist #C47C9A.
.myBgColor { background-color: #C47C9A; }
<div style="background-color:#C47C9A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47C9A.
.myBorderColor { border: 1px solid #C47C9A; }
<div style="border:3px solid #C47C9A">Div</div>
Die Grenzen von diesem div sind in Farbe #C47C9A.
.myOpacity80 { color: #C47C9A; opacity: 0.8; }
<p style="color:#C47C9A;opacity:0.8;">80%</p>
Text in Farbe #C47C9A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47C9A;}
<p style="text-shadow: 3px 3px 1px #C47C9A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47C9A.
.textShadow {text-shadow: 3px 3px 1px #C47C9A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47C9A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47C9A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47C9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47C9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47C9A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C47C9A; -webkit-box-shadow: 1px 1px 3px 2px #C47C9A; box-shadow: 1px 1px 3px 2px #C47C9A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C47C9A; -webkit-box-shadow: 1px 1px 3px 2px #C47C9A; box-shadow:1px 1px 3px 2px #C47C9A;">
Div content here</div>
Dieser Text ist in der Farbe #C47C9A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47C9A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47C9A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47C9A.