Shades of Mahogany #C74146
Tints of Mahogany #C74146
RGB
CMYK
RGB Variations
Color information
#C74146 (or 0xC74146) is known color: Mahogany. HEX triplet: C7, 41 and 46. RGB value is (199,65,70). Sum of RGB (Red+Green+Blue) = 199+65+70=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C74146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74146 is #38BEB9. Grayscale: #696969. Windows color (decimal): -3718842 or 4604359. OLE color: 4604359.
HSL color Cylindrical-coordinate representation of color #C74146: hue angle of 357.76º 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 #C74146 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 70 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.22 |
| HSL | 357.76º | 0.54% | 0.52% | - |
| HSV(B) | 357.76º | 0.67% | 0.78% | - |
| XYZ | 26.55 | 16.36 | 7.55 | - |
| YUV | 105.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 70 | 0 | 0.67 | 0.65 | 0.22 | 357.76 | 0.54 | 0.52 |
| Hex | C7 | 41 | 46 | 0 | 43 | 41 | 16 | 166 | 36 | 34 |
| Octal | 307 | 101 | 106 | 0 | 103 | 101 | 26 | 546 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1000110 | 0 | 1000011 | 1000001 | 10110 | 101100110 | 110110 | 110100 |
Color Harmonies of #C74146
Complementary color
Monochromatic Colors of #C74146
Black with #C74146
Text Example
Text Example
White with #C74146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74146; }
p { color: rgb(199,65,70); }
H1.HeaderClassName
{
color: #C74146;
}
.AnyTagClassName
{
color: #C74146;
}
</style>
background-color css
<style>
a { background-color: #C74146; }
a { background-color: rgb(199,65,70); }
div.DivClassName
{
background-color: #C74146;
}
.BgClassName
{
background-color: #C74146;
}
</style>
border-color css
<style>
span { border-color: #C74146; }
span { border-color: rgb(199,65,70); }
td.TdClassName
{
border-color: #C74146;
}
.TagClassName
{
border-color: #C74146;
}
</style>