#CA539A

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

Shades of Mulberry #CA539A

Tints of Mulberry #CA539A

Color information

#CA539A (or 0xCA539A) is unknown color: approx Mulberry. HEX triplet: CA, 53 and 9A. RGB value is (202,83,154). Sum of RGB (Red+Green+Blue) = 202+83+154=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA539A is #35AC65. Grayscale: #7E7E7E. Windows color (decimal): -3517542 or 10113994. OLE color: 10113994.

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

Color convert

RGB20283154-
CMYK00.590.240.21
HSL324.2º52.89%55.88%-
HSV(B)324.2º58.91%79.22%-
XYZ33.2821.0832.89-
YUV126.68143.42181.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=46.01%
G=18.91%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028315400.590.240.21324.252.8955.88
HexCA539A03B18151443538
Octal31212323207330255046570
Binary1100101010100111001101001110111100010101101000100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA539A; }

 p { color: rgb(202,83,154); }

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

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

 a { background-color: rgb(202,83,154); }

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

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

 span { border-color: rgb(202,83,154); }

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