Shades of Mandy #C74A4D
Tints of Mandy #C74A4D
RGB
CMYK
RGB Variations
Color information
#C74A4D (or 0xC74A4D) is known color: Mandy. HEX triplet: C7, 4A and 4D. RGB value is (199,74,77). Sum of RGB (Red+Green+Blue) = 199+74+77=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A4D is #38B5B2. Grayscale: #6F6F6F. Windows color (decimal): -3716531 or 5065415. OLE color: 5065415.
HSL color Cylindrical-coordinate representation of color #C74A4D: hue angle of 358.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A4D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 77 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.22 |
| HSL | 358.56º | 0.53% | 0.54% | - |
| HSV(B) | 358.56º | 0.63% | 0.78% | - |
| XYZ | 27.34 | 17.58 | 8.97 | - |
| YUV | 111.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 77 | 0 | 0.63 | 0.61 | 0.22 | 358.56 | 0.53 | 0.54 |
| Hex | C7 | 4A | 4D | 0 | 3F | 3D | 16 | 167 | 35 | 36 |
| Octal | 307 | 112 | 115 | 0 | 77 | 75 | 26 | 547 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1001101 | 0 | 111111 | 111101 | 10110 | 101100111 | 110101 | 110110 |
Color Harmonies of #C74A4D
Complementary color
Monochromatic Colors of #C74A4D
Black with #C74A4D
Text Example
Text Example
White with #C74A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A4D; }
p { color: rgb(199,74,77); }
H1.HeaderClassName
{
color: #C74A4D;
}
.AnyTagClassName
{
color: #C74A4D;
}
</style>
background-color css
<style>
a { background-color: #C74A4D; }
a { background-color: rgb(199,74,77); }
div.DivClassName
{
background-color: #C74A4D;
}
.BgClassName
{
background-color: #C74A4D;
}
</style>
border-color css
<style>
span { border-color: #C74A4D; }
span { border-color: rgb(199,74,77); }
td.TdClassName
{
border-color: #C74A4D;
}
.TagClassName
{
border-color: #C74A4D;
}
</style>