#CA579E

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

Shades of Mulberry #CA579E

Tints of Mulberry #CA579E

Color information

#CA579E (or 0xCA579E) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 9E. RGB value is (202,87,158). Sum of RGB (Red+Green+Blue) = 202+87+158=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579E is #35A861. Grayscale: #818181. Windows color (decimal): -3516514 or 10377162. OLE color: 10377162.

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

Color convert

RGB20287158-
CMYK00.570.220.21
HSL322.96º52.04%56.67%-
HSV(B)322.96º56.93%79.22%-
XYZ33.9421.8434.77-
YUV129.48144.1179.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 87 (34.38% from 255) = 19.46%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=45.19%
G=19.46%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028715800.570.220.21322.9652.0456.67
HexCA579E03916151433439
Octal31212723607126255036471
Binary1100101010101111001111001110011011010101101000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA579E; }

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

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

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

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

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

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

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

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