#CC5989

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

Shades of Mulberry #CC5989

Tints of Mulberry #CC5989

Color information

#CC5989 (or 0xCC5989) is unknown color: approx Mulberry. HEX triplet: CC, 59 and 89. RGB value is (204,89,137). Sum of RGB (Red+Green+Blue) = 204+89+137=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5989 is #33A676. Grayscale: #808080. Windows color (decimal): -3384951 or 9001420. OLE color: 9001420.

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

Color convert

RGB20489137-
CMYK00.560.330.2
HSL334.96º53%57.45%-
HSV(B)334.96º56.37%80%-
XYZ32.9921.7926.13-
YUV128.86132.6181.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=47.44%
G=20.70%
B=31.86%

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
Decimal2048913700.560.330.2334.965357.45
HexCC5989038211414f3539
Octal31413121107041245176571
Binary11001100101100110001001011100010000110100101001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5989; }

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

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

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

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

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

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

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

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