#CA59A9

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

Shades of Mulberry #CA59A9

Tints of Mulberry #CA59A9

Color information

#CA59A9 (or 0xCA59A9) is unknown color: approx Mulberry. HEX triplet: CA, 59 and A9. RGB value is (202,89,169). Sum of RGB (Red+Green+Blue) = 202+89+169=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A9 is #35A656. Grayscale: #838383. Windows color (decimal): -3515991 or 11098570. OLE color: 11098570.

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

Color convert

RGB20289169-
CMYK00.560.160.21
HSL317.52º51.6%57.06%-
HSV(B)317.52º55.94%79.22%-
XYZ35.0922.5740.04-
YUV131.91148.94178-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=43.91%
G=19.35%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028916900.560.160.21317.5251.657.06
HexCA59A9038101513e3439
Octal31213125107020254766471
Binary1100101010110011010100101110001000010101100111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59A9; }

 p { color: rgb(202,89,169); }

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

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

 a { background-color: rgb(202,89,169); }

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

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

 span { border-color: rgb(202,89,169); }

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