#CC5687

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

Shades of Mulberry #CC5687

Tints of Mulberry #CC5687

Color information

#CC5687 (or 0xCC5687) is unknown color: approx Mulberry. HEX triplet: CC, 56 and 87. RGB value is (204,86,135). Sum of RGB (Red+Green+Blue) = 204+86+135=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5687 is #33A978. Grayscale: #7E7E7E. Windows color (decimal): -3385721 or 8869580. OLE color: 8869580.

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

Color convert

RGB20486135-
CMYK00.580.340.2
HSL335.08º53.64%56.86%-
HSV(B)335.08º57.84%80%-
XYZ32.621.2425.3-
YUV126.87132.59183.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=48%
G=20.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048613500.580.340.2335.0853.6456.86
HexCC568703A221414f3639
Octal31412620707242245176671
Binary11001100101011010000111011101010001010100101001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5687; }

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

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

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

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

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

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

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

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