#CA5563

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

Shades of Mandy #CA5563

Tints of Mandy #CA5563

Color information

#CA5563 (or 0xCA5563) is unknown color: approx Mandy. HEX triplet: CA, 55 and 63. RGB value is (202,85,99). Sum of RGB (Red+Green+Blue) = 202+85+99=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5563 is #35AA9C. Grayscale: #797979. Windows color (decimal): -3517085 or 6510026. OLE color: 6510026.

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

Color convert

RGB2028599-
CMYK00.580.510.21
HSL352.82º52.47%56.27%-
HSV(B)352.82º57.92%79.22%-
XYZ29.8619.9514.08-
YUV121.58115.26185.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=52.33%
G=22.02%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202859900.580.510.21352.8252.4756.27
HexCA556303A33151613438
Octal31212514307263255416470
Binary1100101010101011100011011101011001110101101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5563; }

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

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

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

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

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

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

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

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