Shades of Mandy #C85B62
Tints of Mandy #C85B62
RGB
CMYK
RGB Variations
Color information
#C85B62 (or 0xC85B62) is known color: Mandy. HEX triplet: C8, 5B and 62. RGB value is (200,91,98). Sum of RGB (Red+Green+Blue) = 200+91+98=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B62 is #37A49D. Grayscale: #7C7C7C. Windows color (decimal): -3646622 or 6446024. OLE color: 6446024.
HSL color Cylindrical-coordinate representation of color #C85B62: hue angle of 356.15º 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 #C85B62 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 98 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.22 |
| HSL | 356.15º | 0.5% | 0.57% | - |
| HSV(B) | 356.15º | 0.55% | 0.78% | - |
| XYZ | 29.77 | 20.64 | 13.97 | - |
| YUV | 124.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 98 | 0 | 0.54 | 0.51 | 0.22 | 356.15 | 0.5 | 0.57 |
| Hex | C8 | 5B | 62 | 0 | 36 | 33 | 16 | 164 | 32 | 39 |
| Octal | 310 | 133 | 142 | 0 | 66 | 63 | 26 | 544 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1100010 | 0 | 110110 | 110011 | 10110 | 101100100 | 110010 | 111001 |
Color Harmonies of #C85B62
Complementary color
Monochromatic Colors of #C85B62
Black with #C85B62
Text Example
Text Example
White with #C85B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B62; }
p { color: rgb(200,91,98); }
H1.HeaderClassName
{
color: #C85B62;
}
.AnyTagClassName
{
color: #C85B62;
}
</style>
background-color css
<style>
a { background-color: #C85B62; }
a { background-color: rgb(200,91,98); }
div.DivClassName
{
background-color: #C85B62;
}
.BgClassName
{
background-color: #C85B62;
}
</style>
border-color css
<style>
span { border-color: #C85B62; }
span { border-color: rgb(200,91,98); }
td.TdClassName
{
border-color: #C85B62;
}
.TagClassName
{
border-color: #C85B62;
}
</style>