Shades of Mandy #C85C66
Tints of Mandy #C85C66
RGB
CMYK
RGB Variations
Color information
#C85C66 (or 0xC85C66) is known color: Mandy. HEX triplet: C8, 5C and 66. RGB value is (200,92,102). Sum of RGB (Red+Green+Blue) = 200+92+102=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C66 is #37A399. Grayscale: #7D7D7D. Windows color (decimal): -3646362 or 6708424. OLE color: 6708424.
HSL color Cylindrical-coordinate representation of color #C85C66: hue angle of 354.44º 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 #C85C66 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 102 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.22 |
| HSL | 354.44º | 0.5% | 0.57% | - |
| HSV(B) | 354.44º | 0.54% | 0.78% | - |
| XYZ | 30.04 | 20.89 | 15.02 | - |
| YUV | 125.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 102 | 0 | 0.54 | 0.49 | 0.22 | 354.44 | 0.5 | 0.57 |
| Hex | C8 | 5C | 66 | 0 | 36 | 31 | 16 | 162 | 32 | 39 |
| Octal | 310 | 134 | 146 | 0 | 66 | 61 | 26 | 542 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1100110 | 0 | 110110 | 110001 | 10110 | 101100010 | 110010 | 111001 |
Color Harmonies of #C85C66
Complementary color
Monochromatic Colors of #C85C66
Black with #C85C66
Text Example
Text Example
White with #C85C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C66; }
p { color: rgb(200,92,102); }
H1.HeaderClassName
{
color: #C85C66;
}
.AnyTagClassName
{
color: #C85C66;
}
</style>
background-color css
<style>
a { background-color: #C85C66; }
a { background-color: rgb(200,92,102); }
div.DivClassName
{
background-color: #C85C66;
}
.BgClassName
{
background-color: #C85C66;
}
</style>
border-color css
<style>
span { border-color: #C85C66; }
span { border-color: rgb(200,92,102); }
td.TdClassName
{
border-color: #C85C66;
}
.TagClassName
{
border-color: #C85C66;
}
</style>