#C85664

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

Shades of Mandy #C85664

Tints of Mandy #C85664

Color information

#C85664 (or 0xC85664) is unknown color: approx Mandy. HEX triplet: C8, 56 and 64. RGB value is (200,86,100). Sum of RGB (Red+Green+Blue) = 200+86+100=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85664 is #37A99B. Grayscale: #797979. Windows color (decimal): -3647900 or 6575816. OLE color: 6575816.

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

Color convert

RGB20086100-
CMYK00.570.50.22
HSL352.63º50.89%56.08%-
HSV(B)352.63º57%78.43%-
XYZ29.4519.8614.34-
YUV121.68115.77183.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=51.81%
G=22.28%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008610000.570.50.22352.6350.8956.08
HexC8566403932161613338
Octal31012614407162265416370
Binary1100100010101101100100011100111001010110101100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85664; }

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

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

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

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

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

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

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

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