Shades of Mandy #C74B59
Tints of Mandy #C74B59
RGB
CMYK
RGB Variations
Color information
#C74B59 (or 0xC74B59) is known color: Mandy. HEX triplet: C7, 4B and 59. RGB value is (199,75,89). Sum of RGB (Red+Green+Blue) = 199+75+89=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B59 is #38B4A6. Grayscale: #717171. Windows color (decimal): -3716263 or 5852103. OLE color: 5852103.
HSL color Cylindrical-coordinate representation of color #C74B59: hue angle of 353.23º 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 #C74B59 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 89 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.22 |
| HSL | 353.23º | 0.53% | 0.54% | - |
| HSV(B) | 353.23º | 0.62% | 0.78% | - |
| XYZ | 27.87 | 17.9 | 11.44 | - |
| YUV | 113.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 89 | 0 | 0.62 | 0.55 | 0.22 | 353.23 | 0.53 | 0.54 |
| Hex | C7 | 4B | 59 | 0 | 3E | 37 | 16 | 161 | 35 | 36 |
| Octal | 307 | 113 | 131 | 0 | 76 | 67 | 26 | 541 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1011001 | 0 | 111110 | 110111 | 10110 | 101100001 | 110101 | 110110 |
Color Harmonies of #C74B59
Complementary color
Monochromatic Colors of #C74B59
Black with #C74B59
Text Example
Text Example
White with #C74B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B59; }
p { color: rgb(199,75,89); }
H1.HeaderClassName
{
color: #C74B59;
}
.AnyTagClassName
{
color: #C74B59;
}
</style>
background-color css
<style>
a { background-color: #C74B59; }
a { background-color: rgb(199,75,89); }
div.DivClassName
{
background-color: #C74B59;
}
.BgClassName
{
background-color: #C74B59;
}
</style>
border-color css
<style>
span { border-color: #C74B59; }
span { border-color: rgb(199,75,89); }
td.TdClassName
{
border-color: #C74B59;
}
.TagClassName
{
border-color: #C74B59;
}
</style>