#CA5662

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

Shades of Mandy #CA5662

Tints of Mandy #CA5662

Color information

#CA5662 (or 0xCA5662) is unknown color: approx Mandy. HEX triplet: CA, 56 and 62. RGB value is (202,86,98). Sum of RGB (Red+Green+Blue) = 202+86+98=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5662 is #35A99D. Grayscale: #7A7A7A. Windows color (decimal): -3516830 or 6444746. OLE color: 6444746.

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

Color convert

RGB2028698-
CMYK00.570.510.21
HSL353.79º52.25%56.47%-
HSV(B)353.79º57.43%79.22%-
XYZ29.8920.0913.86-
YUV122.05114.43185.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=52.33%
G=22.28%
B=25.39%

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
Decimal202869800.570.510.21353.7952.2556.47
HexCA566203933151623438
Octal31212614207163255426470
Binary1100101010101101100010011100111001110101101100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5662; }

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

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

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

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

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

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

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

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