Shades of Mandy #C74A59
Tints of Mandy #C74A59
RGB
CMYK
RGB Variations
Color information
#C74A59 (or 0xC74A59) is known color: Mandy. HEX triplet: C7, 4A and 59. RGB value is (199,74,89). Sum of RGB (Red+Green+Blue) = 199+74+89=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A59 is #38B5A6. Grayscale: #717171. Windows color (decimal): -3716519 or 5851847. OLE color: 5851847.
HSL color Cylindrical-coordinate representation of color #C74A59: hue angle of 352.8º 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 #C74A59 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 89 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.22 |
| HSL | 352.8º | 0.53% | 0.54% | - |
| HSV(B) | 352.8º | 0.63% | 0.78% | - |
| XYZ | 27.81 | 17.76 | 11.41 | - |
| YUV | 113.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 89 | 0 | 0.63 | 0.55 | 0.22 | 352.8 | 0.53 | 0.54 |
| Hex | C7 | 4A | 59 | 0 | 3F | 37 | 16 | 161 | 35 | 36 |
| Octal | 307 | 112 | 131 | 0 | 77 | 67 | 26 | 541 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1011001 | 0 | 111111 | 110111 | 10110 | 101100001 | 110101 | 110110 |
Color Harmonies of #C74A59
Complementary color
Monochromatic Colors of #C74A59
Black with #C74A59
Text Example
Text Example
White with #C74A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A59; }
p { color: rgb(199,74,89); }
H1.HeaderClassName
{
color: #C74A59;
}
.AnyTagClassName
{
color: #C74A59;
}
</style>
background-color css
<style>
a { background-color: #C74A59; }
a { background-color: rgb(199,74,89); }
div.DivClassName
{
background-color: #C74A59;
}
.BgClassName
{
background-color: #C74A59;
}
</style>
border-color css
<style>
span { border-color: #C74A59; }
span { border-color: rgb(199,74,89); }
td.TdClassName
{
border-color: #C74A59;
}
.TagClassName
{
border-color: #C74A59;
}
</style>