#CA5764

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

Shades of Mandy #CA5764

Tints of Mandy #CA5764

Color information

#CA5764 (or 0xCA5764) is unknown color: approx Mandy. HEX triplet: CA, 57 and 64. RGB value is (202,87,100). Sum of RGB (Red+Green+Blue) = 202+87+100=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5764 is #35A89B. Grayscale: #7A7A7A. Windows color (decimal): -3516572 or 6576074. OLE color: 6576074.

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

Color convert

RGB20287100-
CMYK00.570.500.21
HSL353.22º52.04%56.67%-
HSV(B)353.22º56.93%79.22%-
XYZ30.0720.2914.39-
YUV122.87115.1184.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=51.93%
G=22.37%
B=25.71%

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
Decimal2028710000.570.500.21353.2252.0456.67
HexCA576403932151613439
Octal31212714407162255416471
Binary1100101010101111100100011100111001010101101100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5764; }

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

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

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

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

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

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

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

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