#C85660

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

Shades of Mandy #C85660

Tints of Mandy #C85660

Color information

#C85660 (or 0xC85660) is unknown color: approx Mandy. HEX triplet: C8, 56 and 60. RGB value is (200,86,96). Sum of RGB (Red+Green+Blue) = 200+86+96=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C85660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85660 is #37A99F. Grayscale: #797979. Windows color (decimal): -3647904 or 6313672. OLE color: 6313672.

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

Color convert

RGB2008696-
CMYK00.570.520.22
HSL354.74º50.89%56.08%-
HSV(B)354.74º57%78.43%-
XYZ29.2619.7813.34-
YUV121.23113.77184.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=52.36%
G=22.51%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200869600.570.520.22354.7450.8956.08
HexC8566003934161633338
Octal31012614007164265436370
Binary1100100010101101100000011100111010010110101100011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85660; }

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

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

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

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

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

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

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

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