Shades of Mandy #C8565E
Tints of Mandy #C8565E
RGB
CMYK
RGB Variations
Color information
#C8565E (or 0xC8565E) is known color: Mandy. HEX triplet: C8, 56 and 5E. RGB value is (200,86,94). Sum of RGB (Red+Green+Blue) = 200+86+94=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8565E is #37A9A1. Grayscale: #797979. Windows color (decimal): -3647906 or 6182600. OLE color: 6182600.
HSL color Cylindrical-coordinate representation of color #C8565E: hue angle of 355.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8565E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 94 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.22 |
| HSL | 355.79º | 0.51% | 0.56% | - |
| HSV(B) | 355.79º | 0.57% | 0.78% | - |
| XYZ | 29.17 | 19.74 | 12.86 | - |
| YUV | 121 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 94 | 0 | 0.57 | 0.53 | 0.22 | 355.79 | 0.51 | 0.56 |
| Hex | C8 | 56 | 5E | 0 | 39 | 35 | 16 | 164 | 33 | 38 |
| Octal | 310 | 126 | 136 | 0 | 71 | 65 | 26 | 544 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1011110 | 0 | 111001 | 110101 | 10110 | 101100100 | 110011 | 111000 |
Color Harmonies of #C8565E
Complementary color
Monochromatic Colors of #C8565E
Black with #C8565E
Text Example
Text Example
White with #C8565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8565E; }
p { color: rgb(200,86,94); }
H1.HeaderClassName
{
color: #C8565E;
}
.AnyTagClassName
{
color: #C8565E;
}
</style>
background-color css
<style>
a { background-color: #C8565E; }
a { background-color: rgb(200,86,94); }
div.DivClassName
{
background-color: #C8565E;
}
.BgClassName
{
background-color: #C8565E;
}
</style>
border-color css
<style>
span { border-color: #C8565E; }
span { border-color: rgb(200,86,94); }
td.TdClassName
{
border-color: #C8565E;
}
.TagClassName
{
border-color: #C8565E;
}
</style>