Shades of Mahogany #C74142
Tints of Mahogany #C74142
RGB
CMYK
RGB Variations
Color information
#C74142 (or 0xC74142) is known color: Mahogany. HEX triplet: C7, 41 and 42. RGB value is (199,65,66). Sum of RGB (Red+Green+Blue) = 199+65+66=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C74142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74142 is #38BEBD. Grayscale: #696969. Windows color (decimal): -3718846 or 4342215. OLE color: 4342215.
HSL color Cylindrical-coordinate representation of color #C74142: hue angle of 359.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74142 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 66 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.22 |
| HSL | 359.55º | 0.54% | 0.52% | - |
| HSV(B) | 359.55º | 0.67% | 0.78% | - |
| XYZ | 26.43 | 16.32 | 6.91 | - |
| YUV | 105.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 66 | 0 | 0.67 | 0.67 | 0.22 | 359.55 | 0.54 | 0.52 |
| Hex | C7 | 41 | 42 | 0 | 43 | 43 | 16 | 168 | 36 | 34 |
| Octal | 307 | 101 | 102 | 0 | 103 | 103 | 26 | 550 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1000010 | 0 | 1000011 | 1000011 | 10110 | 101101000 | 110110 | 110100 |
Color Harmonies of #C74142
Complementary color
Monochromatic Colors of #C74142
Black with #C74142
Text Example
Text Example
White with #C74142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74142; }
p { color: rgb(199,65,66); }
H1.HeaderClassName
{
color: #C74142;
}
.AnyTagClassName
{
color: #C74142;
}
</style>
background-color css
<style>
a { background-color: #C74142; }
a { background-color: rgb(199,65,66); }
div.DivClassName
{
background-color: #C74142;
}
.BgClassName
{
background-color: #C74142;
}
</style>
border-color css
<style>
span { border-color: #C74142; }
span { border-color: rgb(199,65,66); }
td.TdClassName
{
border-color: #C74142;
}
.TagClassName
{
border-color: #C74142;
}
</style>