#CA529C

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

Shades of Mulberry #CA529C

Tints of Mulberry #CA529C

Color information

#CA529C (or 0xCA529C) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 9C. RGB value is (202,82,156). Sum of RGB (Red+Green+Blue) = 202+82+156=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529C is #35AD63. Grayscale: #7E7E7E. Windows color (decimal): -3517796 or 10244810. OLE color: 10244810.

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

Color convert

RGB20282156-
CMYK00.590.230.21
HSL323º53.1%55.69%-
HSV(B)323º59.41%79.22%-
XYZ33.3820.9933.75-
YUV126.32144.76181.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=45.91%
G=18.64%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028215600.590.230.2132353.155.69
HexCA529C03B17151433538
Octal31212223407327255036570
Binary1100101010100101001110001110111011110101101000011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA529C; }

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

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

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

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

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

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

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

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