Shades of Mandy #C85259
Tints of Mandy #C85259
RGB
CMYK
RGB Variations
Color information
#C85259 (or 0xC85259) is known color: 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
| RGB | 200 | 82 | 89 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.22 |
| HSL | 356.44º | 0.52% | 0.55% | - |
| HSV(B) | 356.44º | 0.59% | 0.78% | - |
| XYZ | 28.64 | 19.04 | 11.62 | - |
| YUV | 118.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 89 | 0 | 0.59 | 0.56 | 0.22 | 356.44 | 0.52 | 0.55 |
| Hex | C8 | 52 | 59 | 0 | 3B | 38 | 16 | 164 | 34 | 37 |
| Octal | 310 | 122 | 131 | 0 | 73 | 70 | 26 | 544 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1011001 | 0 | 111011 | 111000 | 10110 | 101100100 | 110100 | 110111 |
Color Harmonies of #C85259
Complementary color
Monochromatic Colors of #C85259
Black with #C85259
Text Example
Text Example
White with #C85259
Text Example
Text Example
HTML Codes & Css Web 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>