Shades of Mahogany #C9292C
Tints of Mahogany #C9292C
RGB
CMYK
RGB Variations
Color information
#C9292C (or 0xC9292C) is known color: Mahogany. HEX triplet: C9, 29 and 2C. RGB value is (201,41,44). Sum of RGB (Red+Green+Blue) = 201+41+44=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9292C is #36D6D3. Grayscale: #595959. Windows color (decimal): -3593940 or 2894281. OLE color: 2894281.
HSL color Cylindrical-coordinate representation of color #C9292C: hue angle of 358.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9292C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.21 |
| HSL | 358.88º | 0.66% | 0.47% | - |
| HSV(B) | 358.88º | 0.8% | 0.79% | - |
| XYZ | 25.33 | 14.19 | 3.79 | - |
| YUV | 89.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 44 | 0 | 0.80 | 0.78 | 0.21 | 358.88 | 0.66 | 0.47 |
| Hex | C9 | 29 | 2C | 0 | 50 | 4E | 15 | 167 | 42 | 2F |
| Octal | 311 | 51 | 54 | 0 | 120 | 116 | 25 | 547 | 102 | 57 |
| Binary | 11001001 | 101001 | 101100 | 0 | 1010000 | 1001110 | 10101 | 101100111 | 1000010 | 101111 |
Color Harmonies of #C9292C
Complementary color
Monochromatic Colors of #C9292C
Black with #C9292C
Text Example
Text Example
White with #C9292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9292C; }
p { color: rgb(201,41,44); }
H1.HeaderClassName
{
color: #C9292C;
}
.AnyTagClassName
{
color: #C9292C;
}
</style>
background-color css
<style>
a { background-color: #C9292C; }
a { background-color: rgb(201,41,44); }
div.DivClassName
{
background-color: #C9292C;
}
.BgClassName
{
background-color: #C9292C;
}
</style>
border-color css
<style>
span { border-color: #C9292C; }
span { border-color: rgb(201,41,44); }
td.TdClassName
{
border-color: #C9292C;
}
.TagClassName
{
border-color: #C9292C;
}
</style>