#CA5586

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

Shades of Mulberry #CA5586

Tints of Mulberry #CA5586

Color information

#CA5586 (or 0xCA5586) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 86. RGB value is (202,85,134). Sum of RGB (Red+Green+Blue) = 202+85+134=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5586 is #35AA79. Grayscale: #7D7D7D. Windows color (decimal): -3517050 or 8803786. OLE color: 8803786.

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

Color convert

RGB20285134-
CMYK00.580.340.21
HSL334.87º52.47%56.27%-
HSV(B)334.87º57.92%79.22%-
XYZ31.9120.7724.88-
YUV125.57132.76182.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=47.98%
G=20.19%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028513400.580.340.21334.8752.4756.27
HexCA558603A221514f3438
Octal31212520607242255176470
Binary11001010101010110000110011101010001010101101001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5586; }

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

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

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

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

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

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

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

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