#C85556

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

Shades of Mandy #C85556

Tints of Mandy #C85556

Color information

#C85556 (or 0xC85556) is unknown color: approx Mandy. HEX triplet: C8, 55 and 56. RGB value is (200,85,86). Sum of RGB (Red+Green+Blue) = 200+85+86=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85556 is #37AAA9. Grayscale: #777777. Windows color (decimal): -3648170 or 5658056. OLE color: 5658056.

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

Color convert

RGB2008586-
CMYK00.580.570.22
HSL359.48º51.11%55.88%-
HSV(B)359.48º57.5%78.43%-
XYZ28.7519.4511.04-
YUV119.5109.1185.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=53.91%
G=22.91%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200858600.580.570.22359.4851.1155.88
HexC8555603A39161673338
Octal31012512607271265476370
Binary1100100010101011010110011101011100110110101100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85556; }

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

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

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

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

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

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

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

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