Shades of Mandy #C85964
Tints of Mandy #C85964
RGB
CMYK
RGB Variations
Color information
#C85964 (or 0xC85964) is known color: Mandy. HEX triplet: C8, 59 and 64. RGB value is (200,89,100). Sum of RGB (Red+Green+Blue) = 200+89+100=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85964 is #37A69B. Grayscale: #7B7B7B. Windows color (decimal): -3647132 or 6576584. OLE color: 6576584.
HSL color Cylindrical-coordinate representation of color #C85964: hue angle of 354.05º 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 #C85964 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 100 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.22 |
| HSL | 354.05º | 0.5% | 0.57% | - |
| HSV(B) | 354.05º | 0.56% | 0.78% | - |
| XYZ | 29.69 | 20.34 | 14.42 | - |
| YUV | 123.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 100 | 0 | 0.56 | 0.5 | 0.22 | 354.05 | 0.5 | 0.57 |
| Hex | C8 | 59 | 64 | 0 | 38 | 32 | 16 | 162 | 32 | 39 |
| Octal | 310 | 131 | 144 | 0 | 70 | 62 | 26 | 542 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1100100 | 0 | 111000 | 110010 | 10110 | 101100010 | 110010 | 111001 |
Color Harmonies of #C85964
Complementary color
Monochromatic Colors of #C85964
Black with #C85964
Text Example
Text Example
White with #C85964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85964; }
p { color: rgb(200,89,100); }
H1.HeaderClassName
{
color: #C85964;
}
.AnyTagClassName
{
color: #C85964;
}
</style>
background-color css
<style>
a { background-color: #C85964; }
a { background-color: rgb(200,89,100); }
div.DivClassName
{
background-color: #C85964;
}
.BgClassName
{
background-color: #C85964;
}
</style>
border-color css
<style>
span { border-color: #C85964; }
span { border-color: rgb(200,89,100); }
td.TdClassName
{
border-color: #C85964;
}
.TagClassName
{
border-color: #C85964;
}
</style>