HEX: #C3515B
RGB: (195,81,91)
#C3515B enthält hauptsächlich rote Farbe. Für #C3515B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C3515B wird in RGB als (195,81,91) definiert.
RGB: (195,81,91) (76%,32%,36%)
R 195 von 255 = 76%
G 81 von 255 = 32%
B 91 von 255 = 36%
R + G + B ~ 48%. #C3515B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
195 + 81 + 91 = 367 (100%)
R 195 von 367 ~ 53.13%
G 81 von 367 ~ 22.07%
B 91 von 367 ~ 24.8%
Die Farbe #C3515B wird in CMYK als (0,58,53,24) definiert.
CMYK: (0,58,53,24) C0M58Y53K24 (0%,58%,53%,24%) (0.00/0.58/0.53/0.24)
C3 | 51 | 5B | |
---|---|---|---|
RGB | 195 | 81 | 91 |
HSL | 355° | 48.72% | 54.12% |
HSB/HSV | 355° | 58.46% | 76.47% |
CMYK | 0.00% | 58.46% | 53.33% |
23.53% |
Hexadezimal | C3 | 51 | 5B |
Dezimal | 195 | 81 | 91 |
Binär | 11000011 | 1010001 | 1011011 |
Oktal | 303 | 121 | 133 |
Beispiele css- und html für Elemente in der Farbe #C3515B. Bitte benutzen Sie auch rgb(195,81,91) statt hex-Code.
.myTextColor { color: #C3515B; }
<p style="color:#C3515B">This sample text font color is #C3515B.</p>
Die Farbe dieses Textes ist #C3515B.
.myBgColor { background-color: #C3515B; }
<div style="background-color:#C3515B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C3515B.
.myBorderColor { border: 1px solid #C3515B; }
<div style="border:3px solid #C3515B">Div</div>
Die Grenzen von diesem div sind in Farbe #C3515B.
.myOpacity80 { color: #C3515B; opacity: 0.8; }
<p style="color:#C3515B;opacity:0.8;">80%</p>
Text in Farbe #C3515B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C3515B;}
<p style="text-shadow: 3px 3px 1px #C3515B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C3515B.
.textShadow {text-shadow: 3px 3px 1px #C3515B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C3515B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C3515B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3515B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C3515B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C3515B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C3515B; -webkit-box-shadow: 1px 1px 3px 2px #C3515B; box-shadow: 1px 1px 3px 2px #C3515B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C3515B; -webkit-box-shadow: 1px 1px 3px 2px #C3515B; box-shadow:1px 1px 3px 2px #C3515B;">
Div content here</div>
Dieser Text ist in der Farbe #C3515B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C3515B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C3515B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C3515B.