Shades of Mandy #C74B51
Tints of Mandy #C74B51
RGB
CMYK
RGB Variations
Color information
#C74B51 (or 0xC74B51) is known color: Mandy. HEX triplet: C7, 4B and 51. RGB value is (199,75,81). Sum of RGB (Red+Green+Blue) = 199+75+81=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B51 is #38B4AE. Grayscale: #707070. Windows color (decimal): -3716271 or 5327815. OLE color: 5327815.
HSL color Cylindrical-coordinate representation of color #C74B51: hue angle of 357.1º degrees, saturation: 0.53, 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 #C74B51 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 81 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.22 |
| HSL | 357.1º | 0.53% | 0.54% | - |
| HSV(B) | 357.1º | 0.62% | 0.78% | - |
| XYZ | 27.55 | 17.77 | 9.76 | - |
| YUV | 112.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 81 | 0 | 0.62 | 0.59 | 0.22 | 357.1 | 0.53 | 0.54 |
| Hex | C7 | 4B | 51 | 0 | 3E | 3B | 16 | 165 | 35 | 36 |
| Octal | 307 | 113 | 121 | 0 | 76 | 73 | 26 | 545 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1010001 | 0 | 111110 | 111011 | 10110 | 101100101 | 110101 | 110110 |
Color Harmonies of #C74B51
Complementary color
Monochromatic Colors of #C74B51
Black with #C74B51
Text Example
Text Example
White with #C74B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B51; }
p { color: rgb(199,75,81); }
H1.HeaderClassName
{
color: #C74B51;
}
.AnyTagClassName
{
color: #C74B51;
}
</style>
background-color css
<style>
a { background-color: #C74B51; }
a { background-color: rgb(199,75,81); }
div.DivClassName
{
background-color: #C74B51;
}
.BgClassName
{
background-color: #C74B51;
}
</style>
border-color css
<style>
span { border-color: #C74B51; }
span { border-color: rgb(199,75,81); }
td.TdClassName
{
border-color: #C74B51;
}
.TagClassName
{
border-color: #C74B51;
}
</style>