Shades of Mandy #C74A5F
Tints of Mandy #C74A5F
RGB
CMYK
RGB Variations
Color information
#C74A5F (or 0xC74A5F) is known color: Mandy. HEX triplet: C7, 4A and 5F. RGB value is (199,74,95). Sum of RGB (Red+Green+Blue) = 199+74+95=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A5F is #38B5A0. Grayscale: #717171. Windows color (decimal): -3716513 or 6245063. OLE color: 6245063.
HSL color Cylindrical-coordinate representation of color #C74A5F: hue angle of 349.92º 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 #C74A5F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 95 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.22 |
| HSL | 349.92º | 0.53% | 0.54% | - |
| HSV(B) | 349.92º | 0.63% | 0.78% | - |
| XYZ | 28.07 | 17.87 | 12.8 | - |
| YUV | 113.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 95 | 0 | 0.63 | 0.52 | 0.22 | 349.92 | 0.53 | 0.54 |
| Hex | C7 | 4A | 5F | 0 | 3F | 34 | 16 | 15E | 35 | 36 |
| Octal | 307 | 112 | 137 | 0 | 77 | 64 | 26 | 536 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1011111 | 0 | 111111 | 110100 | 10110 | 101011110 | 110101 | 110110 |
Color Harmonies of #C74A5F
Complementary color
Monochromatic Colors of #C74A5F
Black with #C74A5F
Text Example
Text Example
White with #C74A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A5F; }
p { color: rgb(199,74,95); }
H1.HeaderClassName
{
color: #C74A5F;
}
.AnyTagClassName
{
color: #C74A5F;
}
</style>
background-color css
<style>
a { background-color: #C74A5F; }
a { background-color: rgb(199,74,95); }
div.DivClassName
{
background-color: #C74A5F;
}
.BgClassName
{
background-color: #C74A5F;
}
</style>
border-color css
<style>
span { border-color: #C74A5F; }
span { border-color: rgb(199,74,95); }
td.TdClassName
{
border-color: #C74A5F;
}
.TagClassName
{
border-color: #C74A5F;
}
</style>