HEX: #CC325B
RGB: (204,50,91)
#CC325B enthält hauptsächlich rote Farbe. Für #CC325B ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #CC325B wird in RGB als (204,50,91) definiert.
RGB: (204,50,91) (80%,20%,36%)
R 204 von 255 = 80%
G 50 von 255 = 20%
B 91 von 255 = 36%
R + G + B ~ 45%. #CC325B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
204 + 50 + 91 = 345 (100%)
R 204 von 345 ~ 59.13%
G 50 von 345 ~ 14.49%
B 91 von 345 ~ 26.38%
Die Farbe #CC325B wird in CMYK als (0,75,55,20) definiert.
CMYK: (0,75,55,20) C0M75Y55K20 (0%,75%,55%,20%) (0.00/0.75/0.55/0.20)
CC | 32 | 5B | |
---|---|---|---|
RGB | 204 | 50 | 91 |
HSL | 344° | 60.63% | 49.80% |
HSB/HSV | 344° | 75.49% | 80.00% |
CMYK | 0.00% | 75.49% | 55.39% |
20.00% |
Hexadezimal | CC | 32 | 5B |
Dezimal | 204 | 50 | 91 |
Binär | 11001100 | 110010 | 1011011 |
Oktal | 314 | 62 | 133 |
Beispiele css- und html für Elemente in der Farbe #CC325B. Bitte benutzen Sie auch rgb(204,50,91) statt hex-Code.
.myTextColor { color: #CC325B; }
<p style="color:#CC325B">This sample text font color is #CC325B.</p>
Die Farbe dieses Textes ist #CC325B.
.myBgColor { background-color: #CC325B; }
<div style="background-color:#CC325B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC325B.
.myBorderColor { border: 1px solid #CC325B; }
<div style="border:3px solid #CC325B">Div</div>
Die Grenzen von diesem div sind in Farbe #CC325B.
.myOpacity80 { color: #CC325B; opacity: 0.8; }
<p style="color:#CC325B;opacity:0.8;">80%</p>
Text in Farbe #CC325B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC325B;}
<p style="text-shadow: 3px 3px 1px #CC325B">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC325B.
.textShadow {text-shadow: 3px 3px 1px #CC325B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC325B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC325B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC325B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC325B, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC325B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC325B; -webkit-box-shadow: 1px 1px 3px 2px #CC325B; box-shadow: 1px 1px 3px 2px #CC325B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC325B; -webkit-box-shadow: 1px 1px 3px 2px #CC325B; box-shadow:1px 1px 3px 2px #CC325B;">
Div content here</div>
Dieser Text ist in der Farbe #CC325B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC325B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC325B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC325B.