#CA529F

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

Shades of Mulberry #CA529F

Tints of Mulberry #CA529F

Color information

#CA529F (or 0xCA529F) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 9F. RGB value is (202,82,159). Sum of RGB (Red+Green+Blue) = 202+82+159=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529F is #35AD60. Grayscale: #7E7E7E. Windows color (decimal): -3517793 or 10441418. OLE color: 10441418.

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

Color convert

RGB20282159-
CMYK00.590.210.21
HSL321.5º53.1%55.69%-
HSV(B)321.5º59.41%79.22%-
XYZ33.6321.0935.1-
YUV126.66146.26181.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=45.60%
G=18.51%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028215900.590.210.21321.553.155.69
HexCA529F03B15151423538
Octal31212223707325255026570
Binary1100101010100101001111101110111010110101101000010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA529F; }

 p { color: rgb(202,82,159); }

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

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

 a { background-color: rgb(202,82,159); }

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

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

 span { border-color: rgb(202,82,159); }

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