Shades of Mandy #C74951
Tints of Mandy #C74951
RGB
CMYK
RGB Variations
Color information
#C74951 (or 0xC74951) is known color: Mandy. HEX triplet: C7, 49 and 51. RGB value is (199,73,81). Sum of RGB (Red+Green+Blue) = 199+73+81=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C74951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74951 is #38B6AE. Grayscale: #6F6F6F. Windows color (decimal): -3716783 or 5327303. OLE color: 5327303.
HSL color Cylindrical-coordinate representation of color #C74951: hue angle of 356.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74951 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 81 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.22 |
| HSL | 356.19º | 0.53% | 0.53% | - |
| HSV(B) | 356.19º | 0.63% | 0.78% | - |
| XYZ | 27.42 | 17.5 | 9.72 | - |
| YUV | 111.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 81 | 0 | 0.63 | 0.59 | 0.22 | 356.19 | 0.53 | 0.53 |
| Hex | C7 | 49 | 51 | 0 | 3F | 3B | 16 | 164 | 35 | 35 |
| Octal | 307 | 111 | 121 | 0 | 77 | 73 | 26 | 544 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1010001 | 0 | 111111 | 111011 | 10110 | 101100100 | 110101 | 110101 |
Color Harmonies of #C74951
Complementary color
Monochromatic Colors of #C74951
Black with #C74951
Text Example
Text Example
White with #C74951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74951; }
p { color: rgb(199,73,81); }
H1.HeaderClassName
{
color: #C74951;
}
.AnyTagClassName
{
color: #C74951;
}
</style>
background-color css
<style>
a { background-color: #C74951; }
a { background-color: rgb(199,73,81); }
div.DivClassName
{
background-color: #C74951;
}
.BgClassName
{
background-color: #C74951;
}
</style>
border-color css
<style>
span { border-color: #C74951; }
span { border-color: rgb(199,73,81); }
td.TdClassName
{
border-color: #C74951;
}
.TagClassName
{
border-color: #C74951;
}
</style>