Shades of Mandy #C74451
Tints of Mandy #C74451
RGB
CMYK
RGB Variations
Color information
#C74451 (or 0xC74451) is known color: Mandy. HEX triplet: C7, 44 and 51. RGB value is (199,68,81). Sum of RGB (Red+Green+Blue) = 199+68+81=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74451 is #38BBAE. Grayscale: #6C6C6C. Windows color (decimal): -3718063 or 5326023. OLE color: 5326023.
HSL color Cylindrical-coordinate representation of color #C74451: hue angle of 354.05º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74451 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 81 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.22 |
| HSL | 354.05º | 0.54% | 0.52% | - |
| HSV(B) | 354.05º | 0.66% | 0.78% | - |
| XYZ | 27.11 | 16.87 | 9.61 | - |
| YUV | 108.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 81 | 0 | 0.66 | 0.59 | 0.22 | 354.05 | 0.54 | 0.52 |
| Hex | C7 | 44 | 51 | 0 | 42 | 3B | 16 | 162 | 36 | 34 |
| Octal | 307 | 104 | 121 | 0 | 102 | 73 | 26 | 542 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1010001 | 0 | 1000010 | 111011 | 10110 | 101100010 | 110110 | 110100 |
Color Harmonies of #C74451
Complementary color
Monochromatic Colors of #C74451
Black with #C74451
Text Example
Text Example
White with #C74451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74451; }
p { color: rgb(199,68,81); }
H1.HeaderClassName
{
color: #C74451;
}
.AnyTagClassName
{
color: #C74451;
}
</style>
background-color css
<style>
a { background-color: #C74451; }
a { background-color: rgb(199,68,81); }
div.DivClassName
{
background-color: #C74451;
}
.BgClassName
{
background-color: #C74451;
}
</style>
border-color css
<style>
span { border-color: #C74451; }
span { border-color: rgb(199,68,81); }
td.TdClassName
{
border-color: #C74451;
}
.TagClassName
{
border-color: #C74451;
}
</style>