Shades of Mandy #C85663
Tints of Mandy #C85663
RGB
CMYK
RGB Variations
Color information
#C85663 (or 0xC85663) is known color: Mandy. HEX triplet: C8, 56 and 63. RGB value is (200,86,99). Sum of RGB (Red+Green+Blue) = 200+86+99=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85663 is #37A99C. Grayscale: #797979. Windows color (decimal): -3647901 or 6510280. OLE color: 6510280.
HSL color Cylindrical-coordinate representation of color #C85663: hue angle of 353.16º 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 #C85663 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 99 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.22 |
| HSL | 353.16º | 0.51% | 0.56% | - |
| HSV(B) | 353.16º | 0.57% | 0.78% | - |
| XYZ | 29.4 | 19.84 | 14.08 | - |
| YUV | 121.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 99 | 0 | 0.57 | 0.50 | 0.22 | 353.16 | 0.51 | 0.56 |
| Hex | C8 | 56 | 63 | 0 | 39 | 32 | 16 | 161 | 33 | 38 |
| Octal | 310 | 126 | 143 | 0 | 71 | 62 | 26 | 541 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1100011 | 0 | 111001 | 110010 | 10110 | 101100001 | 110011 | 111000 |
Color Harmonies of #C85663
Complementary color
Monochromatic Colors of #C85663
Black with #C85663
Text Example
Text Example
White with #C85663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85663; }
p { color: rgb(200,86,99); }
H1.HeaderClassName
{
color: #C85663;
}
.AnyTagClassName
{
color: #C85663;
}
</style>
background-color css
<style>
a { background-color: #C85663; }
a { background-color: rgb(200,86,99); }
div.DivClassName
{
background-color: #C85663;
}
.BgClassName
{
background-color: #C85663;
}
</style>
border-color css
<style>
span { border-color: #C85663; }
span { border-color: rgb(200,86,99); }
td.TdClassName
{
border-color: #C85663;
}
.TagClassName
{
border-color: #C85663;
}
</style>