Shades of Mandy #C74A60
Tints of Mandy #C74A60
RGB
CMYK
RGB Variations
Color information
#C74A60 (or 0xC74A60) is known color: Mandy. HEX triplet: C7, 4A and 60. RGB value is (199,74,96). Sum of RGB (Red+Green+Blue) = 199+74+96=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A60 is #38B59F. Grayscale: #717171. Windows color (decimal): -3716512 or 6310599. OLE color: 6310599.
HSL color Cylindrical-coordinate representation of color #C74A60: hue angle of 349.44º 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 #C74A60 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 96 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.22 |
| HSL | 349.44º | 0.53% | 0.54% | - |
| HSV(B) | 349.44º | 0.63% | 0.78% | - |
| XYZ | 28.11 | 17.88 | 13.04 | - |
| YUV | 113.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 96 | 0 | 0.63 | 0.52 | 0.22 | 349.44 | 0.53 | 0.54 |
| Hex | C7 | 4A | 60 | 0 | 3F | 34 | 16 | 15D | 35 | 36 |
| Octal | 307 | 112 | 140 | 0 | 77 | 64 | 26 | 535 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1100000 | 0 | 111111 | 110100 | 10110 | 101011101 | 110101 | 110110 |
Color Harmonies of #C74A60
Complementary color
Monochromatic Colors of #C74A60
Black with #C74A60
Text Example
Text Example
White with #C74A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A60; }
p { color: rgb(199,74,96); }
H1.HeaderClassName
{
color: #C74A60;
}
.AnyTagClassName
{
color: #C74A60;
}
</style>
background-color css
<style>
a { background-color: #C74A60; }
a { background-color: rgb(199,74,96); }
div.DivClassName
{
background-color: #C74A60;
}
.BgClassName
{
background-color: #C74A60;
}
</style>
border-color css
<style>
span { border-color: #C74A60; }
span { border-color: rgb(199,74,96); }
td.TdClassName
{
border-color: #C74A60;
}
.TagClassName
{
border-color: #C74A60;
}
</style>