#C85564

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

Shades of Mandy #C85564

Tints of Mandy #C85564

Color information

#C85564 (or 0xC85564) is unknown color: approx Mandy. HEX triplet: C8, 55 and 64. RGB value is (200,85,100). Sum of RGB (Red+Green+Blue) = 200+85+100=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85564 is #37AA9B. Grayscale: #797979. Windows color (decimal): -3648156 or 6575560. OLE color: 6575560.

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

Color convert

RGB20085100-
CMYK00.580.50.22
HSL352.17º51.11%55.88%-
HSV(B)352.17º57.5%78.43%-
XYZ29.3719.714.31-
YUV121.1116.1184.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=51.95%
G=22.08%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008510000.580.50.22352.1751.1155.88
HexC8556403A32161603338
Octal31012514407262265406370
Binary1100100010101011100100011101011001010110101100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85564; }

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

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

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

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

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

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

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

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