Shades of Mandy #C85C63
Tints of Mandy #C85C63
RGB
CMYK
RGB Variations
Color information
#C85C63 (or 0xC85C63) is known color: Mandy. HEX triplet: C8, 5C and 63. RGB value is (200,92,99). Sum of RGB (Red+Green+Blue) = 200+92+99=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C63 is #37A39C. Grayscale: #7D7D7D. Windows color (decimal): -3646365 or 6511816. OLE color: 6511816.
HSL color Cylindrical-coordinate representation of color #C85C63: hue angle of 356.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C63 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 99 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.22 |
| HSL | 356.11º | 0.5% | 0.57% | - |
| HSV(B) | 356.11º | 0.54% | 0.78% | - |
| XYZ | 29.9 | 20.83 | 14.25 | - |
| YUV | 125.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 99 | 0 | 0.54 | 0.50 | 0.22 | 356.11 | 0.5 | 0.57 |
| Hex | C8 | 5C | 63 | 0 | 36 | 32 | 16 | 164 | 32 | 39 |
| Octal | 310 | 134 | 143 | 0 | 66 | 62 | 26 | 544 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1100011 | 0 | 110110 | 110010 | 10110 | 101100100 | 110010 | 111001 |
Color Harmonies of #C85C63
Complementary color
Monochromatic Colors of #C85C63
Black with #C85C63
Text Example
Text Example
White with #C85C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C63; }
p { color: rgb(200,92,99); }
H1.HeaderClassName
{
color: #C85C63;
}
.AnyTagClassName
{
color: #C85C63;
}
</style>
background-color css
<style>
a { background-color: #C85C63; }
a { background-color: rgb(200,92,99); }
div.DivClassName
{
background-color: #C85C63;
}
.BgClassName
{
background-color: #C85C63;
}
</style>
border-color css
<style>
span { border-color: #C85C63; }
span { border-color: rgb(200,92,99); }
td.TdClassName
{
border-color: #C85C63;
}
.TagClassName
{
border-color: #C85C63;
}
</style>