Shades of Mandy #C74C5F
Tints of Mandy #C74C5F
RGB
CMYK
RGB Variations
Color information
#C74C5F (or 0xC74C5F) is known color: Mandy. HEX triplet: C7, 4C and 5F. RGB value is (199,76,95). Sum of RGB (Red+Green+Blue) = 199+76+95=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C5F is #38B3A0. Grayscale: #727272. Windows color (decimal): -3716001 or 6245575. OLE color: 6245575.
HSL color Cylindrical-coordinate representation of color #C74C5F: hue angle of 350.73º degrees, saturation: 0.52, 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 #C74C5F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 95 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.22 |
| HSL | 350.73º | 0.52% | 0.54% | - |
| HSV(B) | 350.73º | 0.62% | 0.78% | - |
| XYZ | 28.2 | 18.14 | 12.84 | - |
| YUV | 114.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 95 | 0 | 0.62 | 0.52 | 0.22 | 350.73 | 0.52 | 0.54 |
| Hex | C7 | 4C | 5F | 0 | 3E | 34 | 16 | 15F | 34 | 36 |
| Octal | 307 | 114 | 137 | 0 | 76 | 64 | 26 | 537 | 64 | 66 |
| Binary | 11000111 | 1001100 | 1011111 | 0 | 111110 | 110100 | 10110 | 101011111 | 110100 | 110110 |
Color Harmonies of #C74C5F
Complementary color
Monochromatic Colors of #C74C5F
Black with #C74C5F
Text Example
Text Example
White with #C74C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C5F; }
p { color: rgb(199,76,95); }
H1.HeaderClassName
{
color: #C74C5F;
}
.AnyTagClassName
{
color: #C74C5F;
}
</style>
background-color css
<style>
a { background-color: #C74C5F; }
a { background-color: rgb(199,76,95); }
div.DivClassName
{
background-color: #C74C5F;
}
.BgClassName
{
background-color: #C74C5F;
}
</style>
border-color css
<style>
span { border-color: #C74C5F; }
span { border-color: rgb(199,76,95); }
td.TdClassName
{
border-color: #C74C5F;
}
.TagClassName
{
border-color: #C74C5F;
}
</style>