#C85259

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

Shades of Mandy #C85259

Tints of Mandy #C85259

Color information

#C85259 (or 0xC85259) is unknown color: approx Mandy. HEX triplet: C8, 52 and 59. RGB value is (200,82,89). Sum of RGB (Red+Green+Blue) = 200+82+89=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85259 is #37ADA6. Grayscale: #767676. Windows color (decimal): -3648935 or 5853896. OLE color: 5853896.

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

Color convert

RGB2008289-
CMYK00.590.560.22
HSL356.44º51.75%55.29%-
HSV(B)356.44º59%78.43%-
XYZ28.6419.0411.62-
YUV118.08111.59186.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=53.91%
G=22.10%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200828900.590.560.22356.4451.7555.29
HexC8525903B38161643437
Octal31012213107370265446467
Binary1100100010100101011001011101111100010110101100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85259; }

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

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

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

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

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

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

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

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