Shades of Mandy #C74660
Tints of Mandy #C74660
RGB
CMYK
RGB Variations
Color information
#C74660 (or 0xC74660) is known color: Mandy. HEX triplet: C7, 46 and 60. RGB value is (199,70,96). Sum of RGB (Red+Green+Blue) = 199+70+96=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C74660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74660 is #38B99F. Grayscale: #6F6F6F. Windows color (decimal): -3717536 or 6309575. OLE color: 6309575.
HSL color Cylindrical-coordinate representation of color #C74660: hue angle of 347.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74660 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 96 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 347.91º | 0.54% | 0.53% | - |
| HSV(B) | 347.91º | 0.65% | 0.78% | - |
| XYZ | 27.85 | 17.37 | 12.95 | - |
| YUV | 111.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 96 | 0 | 0.65 | 0.52 | 0.22 | 347.91 | 0.54 | 0.53 |
| Hex | C7 | 46 | 60 | 0 | 41 | 34 | 16 | 15C | 36 | 35 |
| Octal | 307 | 106 | 140 | 0 | 101 | 64 | 26 | 534 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1100000 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110110 | 110101 |
Color Harmonies of #C74660
Complementary color
Monochromatic Colors of #C74660
Black with #C74660
Text Example
Text Example
White with #C74660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74660; }
p { color: rgb(199,70,96); }
H1.HeaderClassName
{
color: #C74660;
}
.AnyTagClassName
{
color: #C74660;
}
</style>
background-color css
<style>
a { background-color: #C74660; }
a { background-color: rgb(199,70,96); }
div.DivClassName
{
background-color: #C74660;
}
.BgClassName
{
background-color: #C74660;
}
</style>
border-color css
<style>
span { border-color: #C74660; }
span { border-color: rgb(199,70,96); }
td.TdClassName
{
border-color: #C74660;
}
.TagClassName
{
border-color: #C74660;
}
</style>