#CC335D

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

Shades of Cerise #CC335D

Tints of Cerise #CC335D

Color information

#CC335D (or 0xCC335D) is unknown color: approx Cerise. HEX triplet: CC, 33 and 5D. RGB value is (204,51,93). Sum of RGB (Red+Green+Blue) = 204+51+93=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335D is #33CCA2. Grayscale: #656565. Windows color (decimal): -3394723 or 6108108. OLE color: 6108108.

HSL color Cylindrical-coordinate representation of color #CC335D: hue angle of 343.53º 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 #CC335D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB2045193-
CMYK00.750.540.2
HSL343.53º60%50%-
HSV(B)343.53º75%80%-
XYZ28.061611.96-
YUV101.54123.19201.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.62%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=58.62%
G=14.66%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519300.750.540.2343.536050
HexCC335D04B36141583c32
Octal31463135011366245307462
Binary1100110011001110111010100101111011010100101011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC335D; }

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

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

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

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

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

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

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

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