#CA5793

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

Shades of Mulberry #CA5793

Tints of Mulberry #CA5793

Color information

#CA5793 (or 0xCA5793) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 93. RGB value is (202,87,147). Sum of RGB (Red+Green+Blue) = 202+87+147=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5793 is #35A86C. Grayscale: #808080. Windows color (decimal): -3516525 or 9656266. OLE color: 9656266.

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

Color convert

RGB20287147-
CMYK00.570.270.21
HSL328.7º52.04%56.67%-
HSV(B)328.7º56.93%79.22%-
XYZ33.0321.4830.01-
YUV128.22138.6180.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=46.33%
G=19.95%
B=33.72%

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
Decimal2028714700.570.270.21328.752.0456.67
HexCA57930391B151493439
Octal31212722307133255116471
Binary1100101010101111001001101110011101110101101001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5793; }

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

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

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

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

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

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

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

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