#CA52A9

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

Shades of Mulberry #CA52A9

Tints of Mulberry #CA52A9

Color information

#CA52A9 (or 0xCA52A9) is unknown color: approx Mulberry. HEX triplet: CA, 52 and A9. RGB value is (202,82,169). Sum of RGB (Red+Green+Blue) = 202+82+169=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52A9 is #35AD56. Grayscale: #7F7F7F. Windows color (decimal): -3517783 or 11096778. OLE color: 11096778.

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

Color convert

RGB20282169-
CMYK00.590.160.21
HSL316.5º53.1%55.69%-
HSV(B)316.5º59.41%79.22%-
XYZ34.5421.4639.86-
YUV127.8151.26180.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=44.59%
G=18.10%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028216900.590.160.21316.553.155.69
HexCA52A903B101513c3538
Octal31212225107320254746570
Binary1100101010100101010100101110111000010101100111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA52A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA52A9; }

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

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

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

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

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

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

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

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