Shades of Mahogany #C94041
Tints of Mahogany #C94041
RGB
CMYK
RGB Variations
Color information
#C94041 (or 0xC94041) is known color: Mahogany. HEX triplet: C9, 40 and 41. RGB value is (201,64,65). Sum of RGB (Red+Green+Blue) = 201+64+65=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94041 is #36BFBE. Grayscale: #696969. Windows color (decimal): -3588031 or 4276425. OLE color: 4276425.
HSL color Cylindrical-coordinate representation of color #C94041: hue angle of 359.56º 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 #C94041 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 65 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.21 |
| HSL | 359.56º | 0.56% | 0.52% | - |
| HSV(B) | 359.56º | 0.68% | 0.79% | - |
| XYZ | 26.87 | 16.47 | 6.76 | - |
| YUV | 105.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 65 | 0 | 0.68 | 0.68 | 0.21 | 359.56 | 0.56 | 0.52 |
| Hex | C9 | 40 | 41 | 0 | 44 | 44 | 15 | 168 | 38 | 34 |
| Octal | 311 | 100 | 101 | 0 | 104 | 104 | 25 | 550 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1000001 | 0 | 1000100 | 1000100 | 10101 | 101101000 | 111000 | 110100 |
Color Harmonies of #C94041
Complementary color
Monochromatic Colors of #C94041
Black with #C94041
Text Example
Text Example
White with #C94041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94041; }
p { color: rgb(201,64,65); }
H1.HeaderClassName
{
color: #C94041;
}
.AnyTagClassName
{
color: #C94041;
}
</style>
background-color css
<style>
a { background-color: #C94041; }
a { background-color: rgb(201,64,65); }
div.DivClassName
{
background-color: #C94041;
}
.BgClassName
{
background-color: #C94041;
}
</style>
border-color css
<style>
span { border-color: #C94041; }
span { border-color: rgb(201,64,65); }
td.TdClassName
{
border-color: #C94041;
}
.TagClassName
{
border-color: #C94041;
}
</style>