#ca5584

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

Shades of Mulberry #CA5584

Tints of Mulberry #CA5584

Color information

#CA5584 (or 0xCA5584) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 84. RGB value is (202,85,132). Sum of RGB (Red+Green+Blue) = 202+85+132=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5584 is #35AA7B. Grayscale: #7D7D7D. Windows color (decimal): -3517052 or 8672714. OLE color: 8672714.

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

Color convert

RGB20285132-
CMYK00.580.350.21
HSL335.9º52.47%56.27%-
HSV(B)335.9º57.92%79.22%-
XYZ31.7720.7224.15-
YUV125.34131.76182.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=48.21%
G=20.29%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028513200.580.350.21335.952.4756.27
HexCA558403A23151503438
Octal31212520407243255206470
Binary11001010101010110000100011101010001110101101010000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5584; }

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

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

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

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

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

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

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

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