#CA529B

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

Shades of Mulberry #CA529B

Tints of Mulberry #CA529B

Color information

#CA529B (or 0xCA529B) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 9B. RGB value is (202,82,155). Sum of RGB (Red+Green+Blue) = 202+82+155=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529B is #35AD64. Grayscale: #7E7E7E. Windows color (decimal): -3517797 or 10179274. OLE color: 10179274.

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

Color convert

RGB20282155-
CMYK00.590.230.21
HSL323.5º53.1%55.69%-
HSV(B)323.5º59.41%79.22%-
XYZ33.2920.9633.3-
YUV126.2144.26182.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=46.01%
G=18.68%
B=35.31%

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
Decimal2028215500.590.230.21323.553.155.69
HexCA529B03B17151443538
Octal31212223307327255046570
Binary1100101010100101001101101110111011110101101000100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA529B; }

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

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

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

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

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

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

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

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