#CA5589

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

Shades of Mulberry #CA5589

Tints of Mulberry #CA5589

Color information

#CA5589 (or 0xCA5589) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 89. RGB value is (202,85,137). Sum of RGB (Red+Green+Blue) = 202+85+137=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5589 is #35AA76. Grayscale: #7D7D7D. Windows color (decimal): -3517047 or 9000394. OLE color: 9000394.

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

Color convert

RGB20285137-
CMYK00.580.320.21
HSL333.33º52.47%56.27%-
HSV(B)333.33º57.92%79.22%-
XYZ32.1220.8626-
YUV125.91134.26182.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=47.64%
G=20.05%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028513700.580.320.21333.3352.4756.27
HexCA558903A201514d3438
Octal31212521107240255156470
Binary11001010101010110001001011101010000010101101001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5589; }

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

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

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

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

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

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

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

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