Shades of Mandy #C74B60
Tints of Mandy #C74B60
RGB
CMYK
RGB Variations
Color information
#C74B60 (or 0xC74B60) is known color: Mandy. HEX triplet: C7, 4B and 60. RGB value is (199,75,96). Sum of RGB (Red+Green+Blue) = 199+75+96=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B60 is #38B49F. Grayscale: #727272. Windows color (decimal): -3716256 or 6310855. OLE color: 6310855.
HSL color Cylindrical-coordinate representation of color #C74B60: hue angle of 349.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B60 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 96 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.22 |
| HSL | 349.84º | 0.53% | 0.54% | - |
| HSV(B) | 349.84º | 0.62% | 0.78% | - |
| XYZ | 28.18 | 18.02 | 13.06 | - |
| YUV | 114.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 96 | 0 | 0.62 | 0.52 | 0.22 | 349.84 | 0.53 | 0.54 |
| Hex | C7 | 4B | 60 | 0 | 3E | 34 | 16 | 15E | 35 | 36 |
| Octal | 307 | 113 | 140 | 0 | 76 | 64 | 26 | 536 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1100000 | 0 | 111110 | 110100 | 10110 | 101011110 | 110101 | 110110 |
Color Harmonies of #C74B60
Complementary color
Monochromatic Colors of #C74B60
Black with #C74B60
Text Example
Text Example
White with #C74B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B60; }
p { color: rgb(199,75,96); }
H1.HeaderClassName
{
color: #C74B60;
}
.AnyTagClassName
{
color: #C74B60;
}
</style>
background-color css
<style>
a { background-color: #C74B60; }
a { background-color: rgb(199,75,96); }
div.DivClassName
{
background-color: #C74B60;
}
.BgClassName
{
background-color: #C74B60;
}
</style>
border-color css
<style>
span { border-color: #C74B60; }
span { border-color: rgb(199,75,96); }
td.TdClassName
{
border-color: #C74B60;
}
.TagClassName
{
border-color: #C74B60;
}
</style>