Shades of Mandy #C74D51
Tints of Mandy #C74D51
RGB
CMYK
RGB Variations
Color information
#C74D51 (or 0xC74D51) is known color: Mandy. HEX triplet: C7, 4D and 51. RGB value is (199,77,81). Sum of RGB (Red+Green+Blue) = 199+77+81=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D51 is #38B2AE. Grayscale: #727272. Windows color (decimal): -3715759 or 5328327. OLE color: 5328327.
HSL color Cylindrical-coordinate representation of color #C74D51: hue angle of 358.03º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D51 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 81 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.22 |
| HSL | 358.03º | 0.52% | 0.54% | - |
| HSV(B) | 358.03º | 0.61% | 0.78% | - |
| XYZ | 27.69 | 18.04 | 9.81 | - |
| YUV | 113.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 81 | 0 | 0.61 | 0.59 | 0.22 | 358.03 | 0.52 | 0.54 |
| Hex | C7 | 4D | 51 | 0 | 3D | 3B | 16 | 166 | 34 | 36 |
| Octal | 307 | 115 | 121 | 0 | 75 | 73 | 26 | 546 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1010001 | 0 | 111101 | 111011 | 10110 | 101100110 | 110100 | 110110 |
Color Harmonies of #C74D51
Complementary color
Monochromatic Colors of #C74D51
Black with #C74D51
Text Example
Text Example
White with #C74D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D51; }
p { color: rgb(199,77,81); }
H1.HeaderClassName
{
color: #C74D51;
}
.AnyTagClassName
{
color: #C74D51;
}
</style>
background-color css
<style>
a { background-color: #C74D51; }
a { background-color: rgb(199,77,81); }
div.DivClassName
{
background-color: #C74D51;
}
.BgClassName
{
background-color: #C74D51;
}
</style>
border-color css
<style>
span { border-color: #C74D51; }
span { border-color: rgb(199,77,81); }
td.TdClassName
{
border-color: #C74D51;
}
.TagClassName
{
border-color: #C74D51;
}
</style>