Shades of Mandy #C74C54
Tints of Mandy #C74C54
RGB
CMYK
RGB Variations
Color information
#C74C54 (or 0xC74C54) is known color: Mandy. HEX triplet: C7, 4C and 54. RGB value is (199,76,84). Sum of RGB (Red+Green+Blue) = 199+76+84=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C54 is #38B3AB. Grayscale: #717171. Windows color (decimal): -3716012 or 5524679. OLE color: 5524679.
HSL color Cylindrical-coordinate representation of color #C74C54: hue angle of 356.1º 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 #C74C54 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 84 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.22 |
| HSL | 356.1º | 0.52% | 0.54% | - |
| HSV(B) | 356.1º | 0.62% | 0.78% | - |
| XYZ | 27.74 | 17.95 | 10.39 | - |
| YUV | 113.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 84 | 0 | 0.62 | 0.58 | 0.22 | 356.1 | 0.52 | 0.54 |
| Hex | C7 | 4C | 54 | 0 | 3E | 3A | 16 | 164 | 34 | 36 |
| Octal | 307 | 114 | 124 | 0 | 76 | 72 | 26 | 544 | 64 | 66 |
| Binary | 11000111 | 1001100 | 1010100 | 0 | 111110 | 111010 | 10110 | 101100100 | 110100 | 110110 |
Color Harmonies of #C74C54
Complementary color
Monochromatic Colors of #C74C54
Black with #C74C54
Text Example
Text Example
White with #C74C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C54; }
p { color: rgb(199,76,84); }
H1.HeaderClassName
{
color: #C74C54;
}
.AnyTagClassName
{
color: #C74C54;
}
</style>
background-color css
<style>
a { background-color: #C74C54; }
a { background-color: rgb(199,76,84); }
div.DivClassName
{
background-color: #C74C54;
}
.BgClassName
{
background-color: #C74C54;
}
</style>
border-color css
<style>
span { border-color: #C74C54; }
span { border-color: rgb(199,76,84); }
td.TdClassName
{
border-color: #C74C54;
}
.TagClassName
{
border-color: #C74C54;
}
</style>