#CC3772

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

Shades of Cerise #CC3772

Tints of Cerise #CC3772

Color information

#CC3772 (or 0xCC3772) is unknown color: approx Cerise. HEX triplet: CC, 37 and 72. RGB value is (204,55,114). Sum of RGB (Red+Green+Blue) = 204+55+114=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3772 is #33C88D. Grayscale: #6A6A6A. Windows color (decimal): -3393678 or 7485388. OLE color: 7485388.

HSL color Cylindrical-coordinate representation of color #CC3772: hue angle of 336.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3772 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20455114-
CMYK00.730.440.2
HSL336.24º59.36%50.78%-
HSV(B)336.24º73.04%80%-
XYZ29.3116.7817.61-
YUV106.28132.36197.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 55 (21.88% from 255) = 14.75%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=54.69%
G=14.75%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045511400.730.440.2336.2459.3650.78
HexCC37720492C141503b33
Octal31467162011154245207363
Binary1100110011011111100100100100110110010100101010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3772; }

 p { color: rgb(204,55,114); }

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

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

 a { background-color: rgb(204,55,114); }

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

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

 span { border-color: rgb(204,55,114); }

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