#C85559

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

Shades of Mandy #C85559

Tints of Mandy #C85559

Color information

#C85559 (or 0xC85559) is unknown color: approx Mandy. HEX triplet: C8, 55 and 59. RGB value is (200,85,89). Sum of RGB (Red+Green+Blue) = 200+85+89=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C85559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85559 is #37AAA6. Grayscale: #777777. Windows color (decimal): -3648167 or 5854664. OLE color: 5854664.

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

Color convert

RGB2008589-
CMYK00.580.560.22
HSL357.91º51.11%55.88%-
HSV(B)357.91º57.5%78.43%-
XYZ28.8719.511.69-
YUV119.84110.6185.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=53.48%
G=22.73%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200858900.580.560.22357.9151.1155.88
HexC8555903A38161663338
Octal31012513107270265466370
Binary1100100010101011011001011101011100010110101100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85559; }

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

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

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

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

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

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

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

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