#CC5588

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

Shades of Mulberry #CC5588

Tints of Mulberry #CC5588

Color information

#CC5588 (or 0xCC5588) is unknown color: approx Mulberry. HEX triplet: CC, 55 and 88. RGB value is (204,85,136). Sum of RGB (Red+Green+Blue) = 204+85+136=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5588 is #33AA77. Grayscale: #7E7E7E. Windows color (decimal): -3385976 or 8934860. OLE color: 8934860.

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

Color convert

RGB20485136-
CMYK00.580.330.2
HSL334.29º53.85%56.67%-
HSV(B)334.29º58.33%80%-
XYZ32.5921.1125.65-
YUV126.4133.42183.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 136 (53.52% from 255) = 32%
R=48%
G=20%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048513600.580.330.2334.2953.8556.67
HexCC558803A211414e3639
Octal31412521007241245166671
Binary11001100101010110001000011101010000110100101001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5588; }

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

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

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

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

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

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

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

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