Shades of Mandy #C74056
Tints of Mandy #C74056
RGB
CMYK
RGB Variations
Color information
#C74056 (or 0xC74056) is known color: Mandy. HEX triplet: C7, 40 and 56. RGB value is (199,64,86). Sum of RGB (Red+Green+Blue) = 199+64+86=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C74056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74056 is #38BFA9. Grayscale: #6A6A6A. Windows color (decimal): -3719082 or 5652679. OLE color: 5652679.
HSL color Cylindrical-coordinate representation of color #C74056: hue angle of 350.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74056 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 86 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.22 |
| HSL | 350.22º | 0.55% | 0.52% | - |
| HSV(B) | 350.22º | 0.68% | 0.78% | - |
| XYZ | 27.07 | 16.48 | 10.56 | - |
| YUV | 106.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 86 | 0 | 0.68 | 0.57 | 0.22 | 350.22 | 0.55 | 0.52 |
| Hex | C7 | 40 | 56 | 0 | 44 | 39 | 16 | 15E | 37 | 34 |
| Octal | 307 | 100 | 126 | 0 | 104 | 71 | 26 | 536 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1010110 | 0 | 1000100 | 111001 | 10110 | 101011110 | 110111 | 110100 |
Color Harmonies of #C74056
Complementary color
Monochromatic Colors of #C74056
Black with #C74056
Text Example
Text Example
White with #C74056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74056; }
p { color: rgb(199,64,86); }
H1.HeaderClassName
{
color: #C74056;
}
.AnyTagClassName
{
color: #C74056;
}
</style>
background-color css
<style>
a { background-color: #C74056; }
a { background-color: rgb(199,64,86); }
div.DivClassName
{
background-color: #C74056;
}
.BgClassName
{
background-color: #C74056;
}
</style>
border-color css
<style>
span { border-color: #C74056; }
span { border-color: rgb(199,64,86); }
td.TdClassName
{
border-color: #C74056;
}
.TagClassName
{
border-color: #C74056;
}
</style>