#CC5988

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

Shades of Mulberry #CC5988

Tints of Mulberry #CC5988

Color information

#CC5988 (or 0xCC5988) is unknown color: approx Mulberry. HEX triplet: CC, 59 and 88. RGB value is (204,89,136). Sum of RGB (Red+Green+Blue) = 204+89+136=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5988 is #33A677. Grayscale: #808080. Windows color (decimal): -3384952 or 8935884. OLE color: 8935884.

HSL color Cylindrical-coordinate representation of color #CC5988: hue angle of 335.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5988 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB20489136-
CMYK00.560.330.2
HSL335.48º53%57.45%-
HSV(B)335.48º56.37%80%-
XYZ32.9221.7625.76-
YUV128.74132.1181.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=47.55%
G=20.75%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048913600.560.330.2335.485357.45
HexCC5988038211414f3539
Octal31413121007041245176571
Binary11001100101100110001000011100010000110100101001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5988; }

 p { color: rgb(204,89,136); }

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

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

 a { background-color: rgb(204,89,136); }

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

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

 span { border-color: rgb(204,89,136); }

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