HEX: #CB6463
RGB: (203,100,99)
#CB6463 enthält hauptsächlich rote Farbe. Für #CB6463 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #CB6463 wird in RGB als (203,100,99) definiert.
RGB: (203,100,99) (80%,39%,39%)
R 203 von 255 = 80%
G 100 von 255 = 39%
B 99 von 255 = 39%
R + G + B ~ 53%. #CB6463 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
203 + 100 + 99 = 402 (100%)
R 203 von 402 ~ 50.5%
G 100 von 402 ~ 24.88%
B 99 von 402 ~ 24.63%
Die Farbe #CB6463 wird in CMYK als (0,51,51,20) definiert.
CMYK: (0,51,51,20) C0M51Y51K20 (0%,51%,51%,20%) (0.00/0.51/0.51/0.20)
CB | 64 | 63 | |
---|---|---|---|
RGB | 203 | 100 | 99 |
HSL | 1° | 50.00% | 59.22% |
HSB/HSV | 1° | 51.23% | 79.61% |
CMYK | 0.00% | 50.74% | 51.23% |
20.39% |
Hexadezimal | CB | 64 | 63 |
Dezimal | 203 | 100 | 99 |
Binär | 11001011 | 1100100 | 1100011 |
Oktal | 313 | 144 | 143 |
Beispiele css- und html für Elemente in der Farbe #CB6463. Bitte benutzen Sie auch rgb(203,100,99) statt hex-Code.
.myTextColor { color: #CB6463; }
<p style="color:#CB6463">This sample text font color is #CB6463.</p>
Die Farbe dieses Textes ist #CB6463.
.myBgColor { background-color: #CB6463; }
<div style="background-color:#CB6463">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CB6463.
.myBorderColor { border: 1px solid #CB6463; }
<div style="border:3px solid #CB6463">Div</div>
Die Grenzen von diesem div sind in Farbe #CB6463.
.myOpacity80 { color: #CB6463; opacity: 0.8; }
<p style="color:#CB6463;opacity:0.8;">80%</p>
Text in Farbe #CB6463 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CB6463;}
<p style="text-shadow: 3px 3px 1px #CB6463">Text here.</p>
Dieser Text hat den Schatten in Farbe #CB6463.
.textShadow {text-shadow: 3px 3px 1px #CB6463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CB6463, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CB6463 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CB6463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CB6463, Direction=45, Strength=4)">Text</p>
This text has shadow with #CB6463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CB6463; -webkit-box-shadow: 1px 1px 3px 2px #CB6463; box-shadow: 1px 1px 3px 2px #CB6463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CB6463; -webkit-box-shadow: 1px 1px 3px 2px #CB6463; box-shadow:1px 1px 3px 2px #CB6463;">
Div content here</div>
Dieser Text ist in der Farbe #CB6463 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CB6463 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CB6463.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CB6463.