Shades of Mahogany #C8292C
Tints of Mahogany #C8292C
RGB
CMYK
RGB Variations
Color information
#C8292C (or 0xC8292C) is known color: Mahogany. HEX triplet: C8, 29 and 2C. RGB value is (200,41,44). Sum of RGB (Red+Green+Blue) = 200+41+44=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8292C is #37D6D3. Grayscale: #595959. Windows color (decimal): -3659476 or 2894280. OLE color: 2894280.
HSL color Cylindrical-coordinate representation of color #C8292C: hue angle of 358.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8292C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.22 |
| HSL | 358.87º | 0.66% | 0.47% | - |
| HSV(B) | 358.87º | 0.8% | 0.78% | - |
| XYZ | 25.07 | 14.05 | 3.77 | - |
| YUV | 88.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 44 | 0 | 0.80 | 0.78 | 0.22 | 358.87 | 0.66 | 0.47 |
| Hex | C8 | 29 | 2C | 0 | 50 | 4E | 16 | 167 | 42 | 2F |
| Octal | 310 | 51 | 54 | 0 | 120 | 116 | 26 | 547 | 102 | 57 |
| Binary | 11001000 | 101001 | 101100 | 0 | 1010000 | 1001110 | 10110 | 101100111 | 1000010 | 101111 |
Color Harmonies of #C8292C
Complementary color
Monochromatic Colors of #C8292C
Black with #C8292C
Text Example
Text Example
White with #C8292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8292C; }
p { color: rgb(200,41,44); }
H1.HeaderClassName
{
color: #C8292C;
}
.AnyTagClassName
{
color: #C8292C;
}
</style>
background-color css
<style>
a { background-color: #C8292C; }
a { background-color: rgb(200,41,44); }
div.DivClassName
{
background-color: #C8292C;
}
.BgClassName
{
background-color: #C8292C;
}
</style>
border-color css
<style>
span { border-color: #C8292C; }
span { border-color: rgb(200,41,44); }
td.TdClassName
{
border-color: #C8292C;
}
.TagClassName
{
border-color: #C8292C;
}
</style>