HEX: #CC6549
RGB: (204,101,73)
#CC6549 enthält hauptsächlich rote Farbe. Für #CC6549 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #CC6549 wird in RGB als (204,101,73) definiert.
RGB: (204,101,73) (80%,40%,29%)
R 204 von 255 = 80%
G 101 von 255 = 40%
B 73 von 255 = 29%
R + G + B ~ 50%. #CC6549 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
204 + 101 + 73 = 378 (100%)
R 204 von 378 ~ 53.97%
G 101 von 378 ~ 26.72%
B 73 von 378 ~ 19.31%
Die Farbe #CC6549 wird in CMYK als (0,50,64,20) definiert.
CMYK: (0,50,64,20) C0M50Y64K20 (0%,50%,64%,20%) (0.00/0.50/0.64/0.20)
CC | 65 | 49 | |
---|---|---|---|
RGB | 204 | 101 | 73 |
HSL | 13° | 56.22% | 54.31% |
HSB/HSV | 13° | 64.22% | 80.00% |
CMYK | 0.00% | 50.49% | 64.22% |
20.00% |
Hexadezimal | CC | 65 | 49 |
Dezimal | 204 | 101 | 73 |
Binär | 11001100 | 1100101 | 1001001 |
Oktal | 314 | 145 | 111 |
Beispiele css- und html für Elemente in der Farbe #CC6549. Bitte benutzen Sie auch rgb(204,101,73) statt hex-Code.
.myTextColor { color: #CC6549; }
<p style="color:#CC6549">This sample text font color is #CC6549.</p>
Die Farbe dieses Textes ist #CC6549.
.myBgColor { background-color: #CC6549; }
<div style="background-color:#CC6549">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC6549.
.myBorderColor { border: 1px solid #CC6549; }
<div style="border:3px solid #CC6549">Div</div>
Die Grenzen von diesem div sind in Farbe #CC6549.
.myOpacity80 { color: #CC6549; opacity: 0.8; }
<p style="color:#CC6549;opacity:0.8;">80%</p>
Text in Farbe #CC6549 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC6549;}
<p style="text-shadow: 3px 3px 1px #CC6549">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC6549.
.textShadow {text-shadow: 3px 3px 1px #CC6549, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC6549, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC6549 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6549, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC6549, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC6549 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC6549; -webkit-box-shadow: 1px 1px 3px 2px #CC6549; box-shadow: 1px 1px 3px 2px #CC6549; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC6549; -webkit-box-shadow: 1px 1px 3px 2px #CC6549; box-shadow:1px 1px 3px 2px #CC6549;">
Div content here</div>
Dieser Text ist in der Farbe #CC6549 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC6549 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC6549.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC6549.