Shades of Mandy #C85162
Tints of Mandy #C85162
RGB
CMYK
RGB Variations
Color information
#C85162 (or 0xC85162) is known color: Mandy. HEX triplet: C8, 51 and 62. RGB value is (200,81,98). Sum of RGB (Red+Green+Blue) = 200+81+98=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C85162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85162 is #37AE9D. Grayscale: #767676. Windows color (decimal): -3649182 or 6443464. OLE color: 6443464.
HSL color Cylindrical-coordinate representation of color #C85162: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85162 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 98 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.22 |
| HSL | 351.43º | 0.52% | 0.55% | - |
| HSV(B) | 351.43º | 0.6% | 0.78% | - |
| XYZ | 28.97 | 19.05 | 13.7 | - |
| YUV | 118.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 98 | 0 | 0.59 | 0.51 | 0.22 | 351.43 | 0.52 | 0.55 |
| Hex | C8 | 51 | 62 | 0 | 3B | 33 | 16 | 15F | 34 | 37 |
| Octal | 310 | 121 | 142 | 0 | 73 | 63 | 26 | 537 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1100010 | 0 | 111011 | 110011 | 10110 | 101011111 | 110100 | 110111 |
Color Harmonies of #C85162
Complementary color
Monochromatic Colors of #C85162
Black with #C85162
Text Example
Text Example
White with #C85162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85162; }
p { color: rgb(200,81,98); }
H1.HeaderClassName
{
color: #C85162;
}
.AnyTagClassName
{
color: #C85162;
}
</style>
background-color css
<style>
a { background-color: #C85162; }
a { background-color: rgb(200,81,98); }
div.DivClassName
{
background-color: #C85162;
}
.BgClassName
{
background-color: #C85162;
}
</style>
border-color css
<style>
span { border-color: #C85162; }
span { border-color: rgb(200,81,98); }
td.TdClassName
{
border-color: #C85162;
}
.TagClassName
{
border-color: #C85162;
}
</style>