#CA579F

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

Shades of Mulberry #CA579F

Tints of Mulberry #CA579F

Color information

#CA579F (or 0xCA579F) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 9F. RGB value is (202,87,159). Sum of RGB (Red+Green+Blue) = 202+87+159=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579F is #35A860. Grayscale: #818181. Windows color (decimal): -3516513 or 10442698. OLE color: 10442698.

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

Color convert

RGB20287159-
CMYK00.570.210.21
HSL322.43º52.04%56.67%-
HSV(B)322.43º56.93%79.22%-
XYZ34.0221.8835.23-
YUV129.59144.6179.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=45.09%
G=19.42%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028715900.570.210.21322.4352.0456.67
HexCA579F03915151423439
Octal31212723707125255026471
Binary1100101010101111001111101110011010110101101000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA579F; }

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

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

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

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

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

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

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

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