HEX: #C17994
RGB: (193,121,148)
#C17994 enthält hauptsächlich rote und blaue Farbe. Für #C17994 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C17994 wird in RGB als (193,121,148) definiert.
RGB: (193,121,148)
(76%, 47%, 58%)
R 193 von 255 = 76%
G 121 von 255 = 47%
B 148 von 255 = 58%
R + G + B ~ 60%. #C17994 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 193 + 121 + 148 = 462 (100%)
R 193 von 462 ~ 41.77%
G 121 von 462 ~ 26.19%
B 148 von 462 ~ 32.03'%
Die Farbe #C17994 wird in CMYK als (0,37,23,24) definiert.
CMYK: (0,37,23,24)
C0M37Y23K24 (0%, 37%, 23%, 24%)
(0.00 / 0.37 / 0.23 / 0.24)
Farbe #C17994 in den populären Farbmodellen.
C1 | 79 | 94 | |
---|---|---|---|
RGB | 193 | 121 | 148 |
HSL | 338° | 36.73% | 61.57% |
HSB/HSV | 338° | 37.31% | 75.69% |
CMYK | 0.00% | 37.31% | 23.32% |
24.31% |
Die Farbe #C17994 in den populären Zahlensystemen.
Hexadezimal | C1 | 79 | 94 |
Dezimal | 193 | 121 | 148 |
Binär | 11000001 | 1111001 | 10010100 |
Oktal | 301 | 171 | 224 |
Dunkle Töne der Farbe #C17994
Helle Töne der Farbe #C17994
Beispiele css- und html für Elemente in der Farbe #C17994. Bitte benutzen Sie auch rgb(193,121,148) statt hex-Code.
.myTextColor { color: #C17994; }
<p style="color:#C17994">This sample text font color is #C17994.</p>
Die Farbe dieses Textes ist #C17994.
.myBgColor { background-color: #C17994; }
<div style="background-color:#C17994">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C17994.
.myBorderColor { border: 1px solid #C17994; }
<div style="border:3px solid #C17994">Div</div>
Die Grenzen von diesem div sind in Farbe #C17994.
.myOpacity80 { color: #C17994; opacity: 0.8; }
<p style="color:#C17994;opacity:0.8;">80%</p>
Text in Farbe #C17994 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C17994;}
<p style="text-shadow: 3px 3px 1px #C17994">Text here.</p>
Dieser Text hat den Schatten in Farbe #C17994.
.textShadow {text-shadow: 3px 3px 1px #C17994', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C17994, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C17994 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C17994, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C17994, Direction=45, Strength=4)">Text</p>
This text has shadow with #C17994 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C17994;
-webkit-box-shadow: 1px 1px 3px 2px #C17994;
box-shadow: 1px 1px 3px 2px #C17994;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C17994; -webkit-box-shadow: 1px 1px 3px 2px #C17994; box-shadow:1px 1px 3px 2px #C17994;">
Div content here
</div>
Dieser Text ist in der Farbe #C17994 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C17994 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C17994.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C17994.
Kontrastfarbe für #hex ist #3E866B.