#CA59A2

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

Shades of Mulberry #CA59A2

Tints of Mulberry #CA59A2

Color information

#CA59A2 (or 0xCA59A2) is unknown color: approx Mulberry. HEX triplet: CA, 59 and A2. RGB value is (202,89,162). Sum of RGB (Red+Green+Blue) = 202+89+162=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A2 is #35A65D. Grayscale: #828282. Windows color (decimal): -3515998 or 10639818. OLE color: 10639818.

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

Color convert

RGB20289162-
CMYK00.560.200.21
HSL321.24º51.6%57.06%-
HSV(B)321.24º55.94%79.22%-
XYZ34.4522.3136.67-
YUV131.11145.44178.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=44.59%
G=19.65%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028916200.560.200.21321.2451.657.06
HexCA59A203814151413439
Octal31213124207024255016471
Binary1100101010110011010001001110001010010101101000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59A2; }

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

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

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

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

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

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

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

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