Shades of Mandy #C85559
Tints of Mandy #C85559
RGB
CMYK
RGB Variations
Color information
#C85559 (or 0xC85559) is known color: 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
| RGB | 200 | 85 | 89 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.22 |
| HSL | 357.91º | 0.51% | 0.56% | - |
| HSV(B) | 357.91º | 0.58% | 0.78% | - |
| XYZ | 28.87 | 19.5 | 11.69 | - |
| YUV | 119.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 89 | 0 | 0.58 | 0.56 | 0.22 | 357.91 | 0.51 | 0.56 |
| Hex | C8 | 55 | 59 | 0 | 3A | 38 | 16 | 166 | 33 | 38 |
| Octal | 310 | 125 | 131 | 0 | 72 | 70 | 26 | 546 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1011001 | 0 | 111010 | 111000 | 10110 | 101100110 | 110011 | 111000 |
Color Harmonies of #C85559
Complementary color
Monochromatic Colors of #C85559
Black with #C85559
Text Example
Text Example
White with #C85559
Text Example
Text Example
HTML Codes & Css Web 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>