Shades of Mahogany #C9343C
Tints of Mahogany #C9343C
RGB
CMYK
RGB Variations
Color information
#C9343C (or 0xC9343C) is known color: Mahogany. HEX triplet: C9, 34 and 3C. RGB value is (201,52,60). Sum of RGB (Red+Green+Blue) = 201+52+60=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343C is #36CBC3. Grayscale: #616161. Windows color (decimal): -3591108 or 3945673. OLE color: 3945673.
HSL color Cylindrical-coordinate representation of color #C9343C: hue angle of 356.78º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9343C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 60 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.21 |
| HSL | 356.78º | 0.59% | 0.5% | - |
| HSV(B) | 356.78º | 0.74% | 0.79% | - |
| XYZ | 26.13 | 15.2 | 5.83 | - |
| YUV | 97.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 60 | 0 | 0.74 | 0.70 | 0.21 | 356.78 | 0.59 | 0.5 |
| Hex | C9 | 34 | 3C | 0 | 4A | 46 | 15 | 165 | 3B | 32 |
| Octal | 311 | 64 | 74 | 0 | 112 | 106 | 25 | 545 | 73 | 62 |
| Binary | 11001001 | 110100 | 111100 | 0 | 1001010 | 1000110 | 10101 | 101100101 | 111011 | 110010 |
Color Harmonies of #C9343C
Complementary color
Monochromatic Colors of #C9343C
Black with #C9343C
Text Example
Text Example
White with #C9343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9343C; }
p { color: rgb(201,52,60); }
H1.HeaderClassName
{
color: #C9343C;
}
.AnyTagClassName
{
color: #C9343C;
}
</style>
background-color css
<style>
a { background-color: #C9343C; }
a { background-color: rgb(201,52,60); }
div.DivClassName
{
background-color: #C9343C;
}
.BgClassName
{
background-color: #C9343C;
}
</style>
border-color css
<style>
span { border-color: #C9343C; }
span { border-color: rgb(201,52,60); }
td.TdClassName
{
border-color: #C9343C;
}
.TagClassName
{
border-color: #C9343C;
}
</style>