Shades of Mandy #C85D60
Tints of Mandy #C85D60
RGB
CMYK
RGB Variations
Color information
#C85D60 (or 0xC85D60) is known color: Mandy. HEX triplet: C8, 5D and 60. RGB value is (200,93,96). Sum of RGB (Red+Green+Blue) = 200+93+96=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D60 is #37A29F. Grayscale: #7D7D7D. Windows color (decimal): -3646112 or 6315464. OLE color: 6315464.
HSL color Cylindrical-coordinate representation of color #C85D60: hue angle of 358.32º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D60 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 96 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.22 |
| HSL | 358.32º | 0.49% | 0.57% | - |
| HSV(B) | 358.32º | 0.54% | 0.78% | - |
| XYZ | 29.85 | 20.95 | 13.54 | - |
| YUV | 125.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 96 | 0 | 0.54 | 0.52 | 0.22 | 358.32 | 0.49 | 0.57 |
| Hex | C8 | 5D | 60 | 0 | 36 | 34 | 16 | 166 | 31 | 39 |
| Octal | 310 | 135 | 140 | 0 | 66 | 64 | 26 | 546 | 61 | 71 |
| Binary | 11001000 | 1011101 | 1100000 | 0 | 110110 | 110100 | 10110 | 101100110 | 110001 | 111001 |
Color Harmonies of #C85D60
Complementary color
Monochromatic Colors of #C85D60
Black with #C85D60
Text Example
Text Example
White with #C85D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D60; }
p { color: rgb(200,93,96); }
H1.HeaderClassName
{
color: #C85D60;
}
.AnyTagClassName
{
color: #C85D60;
}
</style>
background-color css
<style>
a { background-color: #C85D60; }
a { background-color: rgb(200,93,96); }
div.DivClassName
{
background-color: #C85D60;
}
.BgClassName
{
background-color: #C85D60;
}
</style>
border-color css
<style>
span { border-color: #C85D60; }
span { border-color: rgb(200,93,96); }
td.TdClassName
{
border-color: #C85D60;
}
.TagClassName
{
border-color: #C85D60;
}
</style>