#CA5790

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

Shades of Mulberry #CA5790

Tints of Mulberry #CA5790

Color information

#CA5790 (or 0xCA5790) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 90. RGB value is (202,87,144). Sum of RGB (Red+Green+Blue) = 202+87+144=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5790 is #35A86F. Grayscale: #7F7F7F. Windows color (decimal): -3516528 or 9459658. OLE color: 9459658.

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

Color convert

RGB20287144-
CMYK00.570.290.21
HSL330.26º52.04%56.67%-
HSV(B)330.26º56.93%79.22%-
XYZ32.821.3928.78-
YUV127.88137.1180.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=46.65%
G=20.09%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028714400.570.290.21330.2652.0456.67
HexCA57900391D1514a3439
Octal31212722007135255126471
Binary1100101010101111001000001110011110110101101001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5790; }

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

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

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

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

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

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

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

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