#CA5664

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

Shades of Mandy #CA5664

Tints of Mandy #CA5664

Color information

#CA5664 (or 0xCA5664) is unknown color: approx Mandy. HEX triplet: CA, 56 and 64. RGB value is (202,86,100). Sum of RGB (Red+Green+Blue) = 202+86+100=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5664 is #35A99B. Grayscale: #7A7A7A. Windows color (decimal): -3516828 or 6575818. OLE color: 6575818.

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

Color convert

RGB20286100-
CMYK00.570.500.21
HSL352.76º52.25%56.47%-
HSV(B)352.76º57.43%79.22%-
XYZ29.9920.1314.36-
YUV122.28115.43184.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=52.06%
G=22.16%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028610000.570.500.21352.7652.2556.47
HexCA566403932151613438
Octal31212614407162255416470
Binary1100101010101101100100011100111001010101101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5664; }

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

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

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

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

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

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

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

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