#CA528A

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

Shades of Mulberry #CA528A

Tints of Mulberry #CA528A

Color information

#CA528A (or 0xCA528A) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 8A. RGB value is (202,82,138). Sum of RGB (Red+Green+Blue) = 202+82+138=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528A is #35AD75. Grayscale: #7C7C7C. Windows color (decimal): -3517814 or 9065162. OLE color: 9065162.

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

Color convert

RGB20282138-
CMYK00.590.320.21
HSL332º53.1%55.69%-
HSV(B)332º59.41%79.22%-
XYZ31.9620.4326.3-
YUV124.26135.76183.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=47.87%
G=19.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028213800.590.320.2133253.155.69
HexCA528A03B201514c3538
Octal31212221207340255146570
Binary11001010101001010001010011101110000010101101001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA528A; }

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

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

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

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

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

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

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

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