Shades of Mandy #C7494D
Tints of Mandy #C7494D
RGB
CMYK
RGB Variations
Color information
#C7494D (or 0xC7494D) is known color: Mandy. HEX triplet: C7, 49 and 4D. RGB value is (199,73,77). Sum of RGB (Red+Green+Blue) = 199+73+77=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7494D is #38B6B2. Grayscale: #6F6F6F. Windows color (decimal): -3716787 or 5065159. OLE color: 5065159.
HSL color Cylindrical-coordinate representation of color #C7494D: hue angle of 358.1º 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 #C7494D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 77 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.22 |
| HSL | 358.1º | 0.53% | 0.53% | - |
| HSV(B) | 358.1º | 0.63% | 0.78% | - |
| XYZ | 27.28 | 17.44 | 8.95 | - |
| YUV | 111.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 77 | 0 | 0.63 | 0.61 | 0.22 | 358.1 | 0.53 | 0.53 |
| Hex | C7 | 49 | 4D | 0 | 3F | 3D | 16 | 166 | 35 | 35 |
| Octal | 307 | 111 | 115 | 0 | 77 | 75 | 26 | 546 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1001101 | 0 | 111111 | 111101 | 10110 | 101100110 | 110101 | 110101 |
Color Harmonies of #C7494D
Complementary color
Monochromatic Colors of #C7494D
Black with #C7494D
Text Example
Text Example
White with #C7494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7494D; }
p { color: rgb(199,73,77); }
H1.HeaderClassName
{
color: #C7494D;
}
.AnyTagClassName
{
color: #C7494D;
}
</style>
background-color css
<style>
a { background-color: #C7494D; }
a { background-color: rgb(199,73,77); }
div.DivClassName
{
background-color: #C7494D;
}
.BgClassName
{
background-color: #C7494D;
}
</style>
border-color css
<style>
span { border-color: #C7494D; }
span { border-color: rgb(199,73,77); }
td.TdClassName
{
border-color: #C7494D;
}
.TagClassName
{
border-color: #C7494D;
}
</style>