#C85859

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

Shades of Mandy #C85859

Tints of Mandy #C85859

Color information

#C85859 (or 0xC85859) is unknown color: approx Mandy. HEX triplet: C8, 58 and 59. RGB value is (200,88,89). Sum of RGB (Red+Green+Blue) = 200+88+89=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85859 is #37A7A6. Grayscale: #797979. Windows color (decimal): -3647399 or 5855432. OLE color: 5855432.

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

Color convert

RGB2008889-
CMYK00.560.560.22
HSL359.46º50.45%56.47%-
HSV(B)359.46º56%78.43%-
XYZ29.1119.9811.77-
YUV121.6109.61183.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=53.05%
G=23.34%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200888900.560.560.22359.4650.4556.47
HexC8585903838161673238
Octal31013013107070265476270
Binary1100100010110001011001011100011100010110101100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85859; }

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

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

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

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

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

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

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

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