#CC5887

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

Shades of Mulberry #CC5887

Tints of Mulberry #CC5887

Color information

#CC5887 (or 0xCC5887) is unknown color: approx Mulberry. HEX triplet: CC, 58 and 87. RGB value is (204,88,135). Sum of RGB (Red+Green+Blue) = 204+88+135=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5887 is #33A778. Grayscale: #7F7F7F. Windows color (decimal): -3385209 or 8870092. OLE color: 8870092.

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

Color convert

RGB20488135-
CMYK00.570.340.2
HSL335.69º53.21%57.25%-
HSV(B)335.69º56.86%80%-
XYZ32.7621.5725.36-
YUV128.04131.93182.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=47.78%
G=20.61%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048813500.570.340.2335.6953.2157.25
HexCC588703922141503539
Octal31413020707142245206571
Binary11001100101100010000111011100110001010100101010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5887; }

 p { color: rgb(204,88,135); }

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

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

 a { background-color: rgb(204,88,135); }

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

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

 span { border-color: rgb(204,88,135); }

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