#CA57A6

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

Shades of Mulberry #CA57A6

Tints of Mulberry #CA57A6

Color information

#CA57A6 (or 0xCA57A6) is unknown color: approx Mulberry. HEX triplet: CA, 57 and A6. RGB value is (202,87,166). Sum of RGB (Red+Green+Blue) = 202+87+166=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A6 is #35A859. Grayscale: #828282. Windows color (decimal): -3516506 or 10901450. OLE color: 10901450.

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

Color convert

RGB20287166-
CMYK00.570.180.21
HSL318.78º52.04%56.67%-
HSV(B)318.78º56.93%79.22%-
XYZ34.6522.1338.52-
YUV130.39148.1179.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=44.40%
G=19.12%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028716600.570.180.21318.7852.0456.67
HexCA57A6039121513f3439
Octal31212724607122254776471
Binary1100101010101111010011001110011001010101100111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57A6; }

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

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

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

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

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

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

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

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