#CA5794

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

Shades of Mulberry #CA5794

Tints of Mulberry #CA5794

Color information

#CA5794 (or 0xCA5794) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 94. RGB value is (202,87,148). Sum of RGB (Red+Green+Blue) = 202+87+148=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5794 is #35A86B. Grayscale: #808080. Windows color (decimal): -3516524 or 9721802. OLE color: 9721802.

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

Color convert

RGB20287148-
CMYK00.570.270.21
HSL328.17º52.04%56.67%-
HSV(B)328.17º56.93%79.22%-
XYZ33.1121.5130.42-
YUV128.34139.1180.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=46.22%
G=19.91%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028714800.570.270.21328.1752.0456.67
HexCA57940391B151483439
Octal31212722407133255106471
Binary1100101010101111001010001110011101110101101001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5794; }

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

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

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

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

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

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

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

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