#CA528B

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

Shades of Mulberry #CA528B

Tints of Mulberry #CA528B

Color information

#CA528B (or 0xCA528B) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 8B. RGB value is (202,82,139). Sum of RGB (Red+Green+Blue) = 202+82+139=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528B is #35AD74. Grayscale: #7C7C7C. Windows color (decimal): -3517813 or 9130698. OLE color: 9130698.

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

Color convert

RGB20282139-
CMYK00.590.310.21
HSL331.5º53.1%55.69%-
HSV(B)331.5º59.41%79.22%-
XYZ32.0320.4626.69-
YUV124.38136.26183.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=47.75%
G=19.39%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028213900.590.310.21331.553.155.69
HexCA528B03B1F1514c3538
Octal31212221307337255146570
Binary1100101010100101000101101110111111110101101001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA528B; }

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

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

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

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

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

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

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

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