#CA5663

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

Shades of Mandy #CA5663

Tints of Mandy #CA5663

Color information

#CA5663 (or 0xCA5663) is unknown color: approx Mandy. HEX triplet: CA, 56 and 63. RGB value is (202,86,99). Sum of RGB (Red+Green+Blue) = 202+86+99=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5663 is #35A99C. Grayscale: #7A7A7A. Windows color (decimal): -3516829 or 6510282. OLE color: 6510282.

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

Color convert

RGB2028699-
CMYK00.570.510.21
HSL353.28º52.25%56.47%-
HSV(B)353.28º57.43%79.22%-
XYZ29.9420.1114.11-
YUV122.17114.93184.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=52.20%
G=22.22%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202869900.570.510.21353.2852.2556.47
HexCA566303933151613438
Octal31212614307163255416470
Binary1100101010101101100011011100111001110101101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5663; }

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

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

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

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

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

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

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

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