Shades of Mandy #C74E51
Tints of Mandy #C74E51
RGB
CMYK
RGB Variations
Color information
#C74E51 (or 0xC74E51) is known color: Mandy. HEX triplet: C7, 4E and 51. RGB value is (199,78,81). Sum of RGB (Red+Green+Blue) = 199+78+81=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E51 is #38B1AE. Grayscale: #727272. Windows color (decimal): -3715503 or 5328583. OLE color: 5328583.
HSL color Cylindrical-coordinate representation of color #C74E51: hue angle of 358.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E51 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 81 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.22 |
| HSL | 358.51º | 0.52% | 0.54% | - |
| HSV(B) | 358.51º | 0.61% | 0.78% | - |
| XYZ | 27.76 | 18.18 | 9.83 | - |
| YUV | 114.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 81 | 0 | 0.61 | 0.59 | 0.22 | 358.51 | 0.52 | 0.54 |
| Hex | C7 | 4E | 51 | 0 | 3D | 3B | 16 | 167 | 34 | 36 |
| Octal | 307 | 116 | 121 | 0 | 75 | 73 | 26 | 547 | 64 | 66 |
| Binary | 11000111 | 1001110 | 1010001 | 0 | 111101 | 111011 | 10110 | 101100111 | 110100 | 110110 |
Color Harmonies of #C74E51
Complementary color
Monochromatic Colors of #C74E51
Black with #C74E51
Text Example
Text Example
White with #C74E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E51; }
p { color: rgb(199,78,81); }
H1.HeaderClassName
{
color: #C74E51;
}
.AnyTagClassName
{
color: #C74E51;
}
</style>
background-color css
<style>
a { background-color: #C74E51; }
a { background-color: rgb(199,78,81); }
div.DivClassName
{
background-color: #C74E51;
}
.BgClassName
{
background-color: #C74E51;
}
</style>
border-color css
<style>
span { border-color: #C74E51; }
span { border-color: rgb(199,78,81); }
td.TdClassName
{
border-color: #C74E51;
}
.TagClassName
{
border-color: #C74E51;
}
</style>