Shades of Mandy #C7474F
Tints of Mandy #C7474F
RGB
CMYK
RGB Variations
Color information
#C7474F (or 0xC7474F) is known color: Mandy. HEX triplet: C7, 47 and 4F. RGB value is (199,71,79). Sum of RGB (Red+Green+Blue) = 199+71+79=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7474F is #38B8B0. Grayscale: #6E6E6E. Windows color (decimal): -3717297 or 5195719. OLE color: 5195719.
HSL color Cylindrical-coordinate representation of color #C7474F: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7474F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 79 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.22 |
| HSL | 356.25º | 0.53% | 0.53% | - |
| HSV(B) | 356.25º | 0.64% | 0.78% | - |
| XYZ | 27.22 | 17.21 | 9.29 | - |
| YUV | 110.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 79 | 0 | 0.64 | 0.60 | 0.22 | 356.25 | 0.53 | 0.53 |
| Hex | C7 | 47 | 4F | 0 | 40 | 3C | 16 | 164 | 35 | 35 |
| Octal | 307 | 107 | 117 | 0 | 100 | 74 | 26 | 544 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1001111 | 0 | 1000000 | 111100 | 10110 | 101100100 | 110101 | 110101 |
Color Harmonies of #C7474F
Complementary color
Monochromatic Colors of #C7474F
Black with #C7474F
Text Example
Text Example
White with #C7474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7474F; }
p { color: rgb(199,71,79); }
H1.HeaderClassName
{
color: #C7474F;
}
.AnyTagClassName
{
color: #C7474F;
}
</style>
background-color css
<style>
a { background-color: #C7474F; }
a { background-color: rgb(199,71,79); }
div.DivClassName
{
background-color: #C7474F;
}
.BgClassName
{
background-color: #C7474F;
}
</style>
border-color css
<style>
span { border-color: #C7474F; }
span { border-color: rgb(199,71,79); }
td.TdClassName
{
border-color: #C7474F;
}
.TagClassName
{
border-color: #C7474F;
}
</style>