Shades of Mahogany #C94046
Tints of Mahogany #C94046
RGB
CMYK
RGB Variations
Color information
#C94046 (or 0xC94046) is known color: Mahogany. HEX triplet: C9, 40 and 46. RGB value is (201,64,70). Sum of RGB (Red+Green+Blue) = 201+64+70=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C94046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94046 is #36BFB9. Grayscale: #696969. Windows color (decimal): -3588026 or 4604105. OLE color: 4604105.
HSL color Cylindrical-coordinate representation of color #C94046: hue angle of 357.37º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94046 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 70 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.21 |
| HSL | 357.37º | 0.56% | 0.52% | - |
| HSV(B) | 357.37º | 0.68% | 0.79% | - |
| XYZ | 27.03 | 16.53 | 7.56 | - |
| YUV | 105.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 70 | 0 | 0.68 | 0.65 | 0.21 | 357.37 | 0.56 | 0.52 |
| Hex | C9 | 40 | 46 | 0 | 44 | 41 | 15 | 165 | 38 | 34 |
| Octal | 311 | 100 | 106 | 0 | 104 | 101 | 25 | 545 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1000110 | 0 | 1000100 | 1000001 | 10101 | 101100101 | 111000 | 110100 |
Color Harmonies of #C94046
Complementary color
Monochromatic Colors of #C94046
Black with #C94046
Text Example
Text Example
White with #C94046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94046; }
p { color: rgb(201,64,70); }
H1.HeaderClassName
{
color: #C94046;
}
.AnyTagClassName
{
color: #C94046;
}
</style>
background-color css
<style>
a { background-color: #C94046; }
a { background-color: rgb(201,64,70); }
div.DivClassName
{
background-color: #C94046;
}
.BgClassName
{
background-color: #C94046;
}
</style>
border-color css
<style>
span { border-color: #C94046; }
span { border-color: rgb(201,64,70); }
td.TdClassName
{
border-color: #C94046;
}
.TagClassName
{
border-color: #C94046;
}
</style>