Shades of Mandy #C7565E
Tints of Mandy #C7565E
RGB
CMYK
RGB Variations
Color information
#C7565E (or 0xC7565E) is known color: Mandy. HEX triplet: C7, 56 and 5E. RGB value is (199,86,94). Sum of RGB (Red+Green+Blue) = 199+86+94=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7565E is #38A9A1. Grayscale: #787878. Windows color (decimal): -3713442 or 6182599. OLE color: 6182599.
HSL color Cylindrical-coordinate representation of color #C7565E: hue angle of 355.75º degrees, saturation: 0.5, 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 #C7565E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 94 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.22 |
| HSL | 355.75º | 0.5% | 0.56% | - |
| HSV(B) | 355.75º | 0.57% | 0.78% | - |
| XYZ | 28.9 | 19.61 | 12.85 | - |
| YUV | 120.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 94 | 0 | 0.57 | 0.53 | 0.22 | 355.75 | 0.5 | 0.56 |
| Hex | C7 | 56 | 5E | 0 | 39 | 35 | 16 | 164 | 32 | 38 |
| Octal | 307 | 126 | 136 | 0 | 71 | 65 | 26 | 544 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1011110 | 0 | 111001 | 110101 | 10110 | 101100100 | 110010 | 111000 |
Color Harmonies of #C7565E
Complementary color
Monochromatic Colors of #C7565E
Black with #C7565E
Text Example
Text Example
White with #C7565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7565E; }
p { color: rgb(199,86,94); }
H1.HeaderClassName
{
color: #C7565E;
}
.AnyTagClassName
{
color: #C7565E;
}
</style>
background-color css
<style>
a { background-color: #C7565E; }
a { background-color: rgb(199,86,94); }
div.DivClassName
{
background-color: #C7565E;
}
.BgClassName
{
background-color: #C7565E;
}
</style>
border-color css
<style>
span { border-color: #C7565E; }
span { border-color: rgb(199,86,94); }
td.TdClassName
{
border-color: #C7565E;
}
.TagClassName
{
border-color: #C7565E;
}
</style>