#CC335B

Color #CC335B Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CC335B

Tints of Cerise #CC335B

Color information

#CC335B (or 0xCC335B) is unknown color: approx Cerise. HEX triplet: CC, 33 and 5B. RGB value is (204,51,91). Sum of RGB (Red+Green+Blue) = 204+51+91=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335B is #33CCA4. Grayscale: #656565. Windows color (decimal): -3394725 or 5977036. OLE color: 5977036.

HSL color Cylindrical-coordinate representation of color #CC335B: hue angle of 344.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC335B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2045191-
CMYK00.750.550.2
HSL344.31º60%50%-
HSV(B)344.31º75%80%-
XYZ27.9715.9611.5-
YUV101.31122.19201.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=58.96%
G=14.74%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519100.750.550.2344.316050
HexCC335B04B37141583c32
Octal31463133011367245307462
Binary1100110011001110110110100101111011110100101011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC335B; }

 p { color: rgb(204,51,91); }

 H1.HeaderClassName
 {
   color: #CC335B;
 }
 .AnyTagClassName
 {
   color: #CC335B;
 }
</style>
background-color css

<style>
 a { background-color: #CC335B; }

 a { background-color: rgb(204,51,91); }

 div.DivClassName
 {
   background-color: #CC335B;
 }
 .BgClassName
 {
   background-color: #CC335B;
 }
</style>
border-color css

<style>
 span { border-color: #CC335B; }

 span { border-color: rgb(204,51,91); }

 td.TdClassName
 {
   border-color: #CC335B;
 }
 .TagClassName
 {
   border-color: #CC335B;
 }
</style>