#CA57A8

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

Shades of Mulberry #CA57A8

Tints of Mulberry #CA57A8

Color information

#CA57A8 (or 0xCA57A8) is unknown color: approx Mulberry. HEX triplet: CA, 57 and A8. RGB value is (202,87,168). Sum of RGB (Red+Green+Blue) = 202+87+168=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A8 is #35A857. Grayscale: #828282. Windows color (decimal): -3516504 or 11032522. OLE color: 11032522.

HSL color Cylindrical-coordinate representation of color #CA57A8: hue angle of 317.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57A8 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20287168-
CMYK00.570.170.21
HSL317.74º52.04%56.67%-
HSV(B)317.74º56.93%79.22%-
XYZ34.8322.239.49-
YUV130.62149.1178.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=44.20%
G=19.04%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028716800.570.170.21317.7452.0456.67
HexCA57A8039111513e3439
Octal31212725007121254766471
Binary1100101010101111010100001110011000110101100111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57A8; }

 p { color: rgb(202,87,168); }

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

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

 a { background-color: rgb(202,87,168); }

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

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

 span { border-color: rgb(202,87,168); }

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