#CA5588

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

Shades of Mulberry #CA5588

Tints of Mulberry #CA5588

Color information

#CA5588 (or 0xCA5588) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 88. RGB value is (202,85,136). Sum of RGB (Red+Green+Blue) = 202+85+136=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5588 is #35AA77. Grayscale: #7D7D7D. Windows color (decimal): -3517048 or 8934858. OLE color: 8934858.

HSL color Cylindrical-coordinate representation of color #CA5588: hue angle of 333.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5588 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20285136-
CMYK00.580.330.21
HSL333.85º52.47%56.27%-
HSV(B)333.85º57.92%79.22%-
XYZ32.0520.8325.62-
YUV125.8133.76182.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=47.75%
G=20.09%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028513600.580.330.21333.8552.4756.27
HexCA558803A211514e3438
Octal31212521007241255166470
Binary11001010101010110001000011101010000110101101001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5588; }

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

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

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

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

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

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

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

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