Shades of Mandy #C85D66
Tints of Mandy #C85D66
RGB
CMYK
RGB Variations
Color information
#C85D66 (or 0xC85D66) is known color: Mandy. HEX triplet: C8, 5D and 66. RGB value is (200,93,102). Sum of RGB (Red+Green+Blue) = 200+93+102=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D66 is #37A299. Grayscale: #7E7E7E. Windows color (decimal): -3646106 or 6708680. OLE color: 6708680.
HSL color Cylindrical-coordinate representation of color #C85D66: hue angle of 354.95º 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 #C85D66 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 102 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.22 |
| HSL | 354.95º | 0.49% | 0.57% | - |
| HSV(B) | 354.95º | 0.54% | 0.78% | - |
| XYZ | 30.13 | 21.07 | 15.05 | - |
| YUV | 126.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 102 | 0 | 0.54 | 0.49 | 0.22 | 354.95 | 0.49 | 0.57 |
| Hex | C8 | 5D | 66 | 0 | 36 | 31 | 16 | 163 | 31 | 39 |
| Octal | 310 | 135 | 146 | 0 | 66 | 61 | 26 | 543 | 61 | 71 |
| Binary | 11001000 | 1011101 | 1100110 | 0 | 110110 | 110001 | 10110 | 101100011 | 110001 | 111001 |
Color Harmonies of #C85D66
Complementary color
Monochromatic Colors of #C85D66
Black with #C85D66
Text Example
Text Example
White with #C85D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D66; }
p { color: rgb(200,93,102); }
H1.HeaderClassName
{
color: #C85D66;
}
.AnyTagClassName
{
color: #C85D66;
}
</style>
background-color css
<style>
a { background-color: #C85D66; }
a { background-color: rgb(200,93,102); }
div.DivClassName
{
background-color: #C85D66;
}
.BgClassName
{
background-color: #C85D66;
}
</style>
border-color css
<style>
span { border-color: #C85D66; }
span { border-color: rgb(200,93,102); }
td.TdClassName
{
border-color: #C85D66;
}
.TagClassName
{
border-color: #C85D66;
}
</style>