Shades of Mandy #C85965
Tints of Mandy #C85965
RGB
CMYK
RGB Variations
Color information
#C85965 (or 0xC85965) is known color: Mandy. HEX triplet: C8, 59 and 65. RGB value is (200,89,101). Sum of RGB (Red+Green+Blue) = 200+89+101=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C85965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85965 is #37A69A. Grayscale: #7B7B7B. Windows color (decimal): -3647131 or 6642120. OLE color: 6642120.
HSL color Cylindrical-coordinate representation of color #C85965: hue angle of 353.51º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85965 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 101 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 353.51º | 0.5% | 0.57% | - |
| HSV(B) | 353.51º | 0.56% | 0.78% | - |
| XYZ | 29.74 | 20.36 | 14.67 | - |
| YUV | 123.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 101 | 0 | 0.56 | 0.49 | 0.22 | 353.51 | 0.5 | 0.57 |
| Hex | C8 | 59 | 65 | 0 | 38 | 31 | 16 | 162 | 32 | 39 |
| Octal | 310 | 131 | 145 | 0 | 70 | 61 | 26 | 542 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1100101 | 0 | 111000 | 110001 | 10110 | 101100010 | 110010 | 111001 |
Color Harmonies of #C85965
Complementary color
Monochromatic Colors of #C85965
Black with #C85965
Text Example
Text Example
White with #C85965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85965; }
p { color: rgb(200,89,101); }
H1.HeaderClassName
{
color: #C85965;
}
.AnyTagClassName
{
color: #C85965;
}
</style>
background-color css
<style>
a { background-color: #C85965; }
a { background-color: rgb(200,89,101); }
div.DivClassName
{
background-color: #C85965;
}
.BgClassName
{
background-color: #C85965;
}
</style>
border-color css
<style>
span { border-color: #C85965; }
span { border-color: rgb(200,89,101); }
td.TdClassName
{
border-color: #C85965;
}
.TagClassName
{
border-color: #C85965;
}
</style>