Shades of Mahogany #C74144
Tints of Mahogany #C74144
RGB
CMYK
RGB Variations
Color information
#C74144 (or 0xC74144) is known color: Mahogany. HEX triplet: C7, 41 and 44. RGB value is (199,65,68). Sum of RGB (Red+Green+Blue) = 199+65+68=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C74144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74144 is #38BEBB. Grayscale: #696969. Windows color (decimal): -3718844 or 4473287. OLE color: 4473287.
HSL color Cylindrical-coordinate representation of color #C74144: hue angle of 358.66º 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 #C74144 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 68 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.22 |
| HSL | 358.66º | 0.54% | 0.52% | - |
| HSV(B) | 358.66º | 0.67% | 0.78% | - |
| XYZ | 26.49 | 16.34 | 7.23 | - |
| YUV | 105.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 68 | 0 | 0.67 | 0.66 | 0.22 | 358.66 | 0.54 | 0.52 |
| Hex | C7 | 41 | 44 | 0 | 43 | 42 | 16 | 167 | 36 | 34 |
| Octal | 307 | 101 | 104 | 0 | 103 | 102 | 26 | 547 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1000100 | 0 | 1000011 | 1000010 | 10110 | 101100111 | 110110 | 110100 |
Color Harmonies of #C74144
Complementary color
Monochromatic Colors of #C74144
Black with #C74144
Text Example
Text Example
White with #C74144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74144; }
p { color: rgb(199,65,68); }
H1.HeaderClassName
{
color: #C74144;
}
.AnyTagClassName
{
color: #C74144;
}
</style>
background-color css
<style>
a { background-color: #C74144; }
a { background-color: rgb(199,65,68); }
div.DivClassName
{
background-color: #C74144;
}
.BgClassName
{
background-color: #C74144;
}
</style>
border-color css
<style>
span { border-color: #C74144; }
span { border-color: rgb(199,65,68); }
td.TdClassName
{
border-color: #C74144;
}
.TagClassName
{
border-color: #C74144;
}
</style>