#CA59A0

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

Shades of Mulberry #CA59A0

Tints of Mulberry #CA59A0

Color information

#CA59A0 (or 0xCA59A0) is unknown color: approx Mulberry. HEX triplet: CA, 59 and A0. RGB value is (202,89,160). Sum of RGB (Red+Green+Blue) = 202+89+160=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A0 is #35A65F. Grayscale: #828282. Windows color (decimal): -3516000 or 10508746. OLE color: 10508746.

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

Color convert

RGB20289160-
CMYK00.560.210.21
HSL322.3º51.6%57.06%-
HSV(B)322.3º55.94%79.22%-
XYZ34.2722.2435.74-
YUV130.88144.44178.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=44.79%
G=19.73%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028916000.560.210.21322.351.657.06
HexCA59A003815151423439
Octal31213124007025255026471
Binary1100101010110011010000001110001010110101101000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59A0; }

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

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

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

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

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

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

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

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