#CA559E

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

Shades of Mulberry #CA559E

Tints of Mulberry #CA559E

Color information

#CA559E (or 0xCA559E) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 9E. RGB value is (202,85,158). Sum of RGB (Red+Green+Blue) = 202+85+158=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559E is #35AA61. Grayscale: #808080. Windows color (decimal): -3517026 or 10376650. OLE color: 10376650.

HSL color Cylindrical-coordinate representation of color #CA559E: hue angle of 322.56º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA559E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20285158-
CMYK00.580.220.21
HSL322.56º52.47%56.27%-
HSV(B)322.56º57.92%79.22%-
XYZ33.7821.5234.72-
YUV128.3144.76180.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=45.39%
G=19.10%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028515800.580.220.21322.5652.4756.27
HexCA559E03A16151433438
Octal31212523607226255036470
Binary1100101010101011001111001110101011010101101000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA559E; }

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

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

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

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

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

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

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

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