Shades of Mandy #C74960
Tints of Mandy #C74960
RGB
CMYK
RGB Variations
Color information
#C74960 (or 0xC74960) is known color: Mandy. HEX triplet: C7, 49 and 60. RGB value is (199,73,96). Sum of RGB (Red+Green+Blue) = 199+73+96=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C74960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74960 is #38B69F. Grayscale: #717171. Windows color (decimal): -3716768 or 6310343. OLE color: 6310343.
HSL color Cylindrical-coordinate representation of color #C74960: hue angle of 349.05º 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 #C74960 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 96 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.22 |
| HSL | 349.05º | 0.53% | 0.53% | - |
| HSV(B) | 349.05º | 0.63% | 0.78% | - |
| XYZ | 28.05 | 17.75 | 13.01 | - |
| YUV | 113.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 96 | 0 | 0.63 | 0.52 | 0.22 | 349.05 | 0.53 | 0.53 |
| Hex | C7 | 49 | 60 | 0 | 3F | 34 | 16 | 15D | 35 | 35 |
| Octal | 307 | 111 | 140 | 0 | 77 | 64 | 26 | 535 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1100000 | 0 | 111111 | 110100 | 10110 | 101011101 | 110101 | 110101 |
Color Harmonies of #C74960
Complementary color
Monochromatic Colors of #C74960
Black with #C74960
Text Example
Text Example
White with #C74960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74960; }
p { color: rgb(199,73,96); }
H1.HeaderClassName
{
color: #C74960;
}
.AnyTagClassName
{
color: #C74960;
}
</style>
background-color css
<style>
a { background-color: #C74960; }
a { background-color: rgb(199,73,96); }
div.DivClassName
{
background-color: #C74960;
}
.BgClassName
{
background-color: #C74960;
}
</style>
border-color css
<style>
span { border-color: #C74960; }
span { border-color: rgb(199,73,96); }
td.TdClassName
{
border-color: #C74960;
}
.TagClassName
{
border-color: #C74960;
}
</style>