Shades of Mahogany #C9353A
Tints of Mahogany #C9353A
RGB
CMYK
RGB Variations
Color information
#C9353A (or 0xC9353A) is known color: Mahogany. HEX triplet: C9, 35 and 3A. RGB value is (201,53,58). Sum of RGB (Red+Green+Blue) = 201+53+58=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9353A is #36CAC5. Grayscale: #616161. Windows color (decimal): -3590854 or 3814857. OLE color: 3814857.
HSL color Cylindrical-coordinate representation of color #C9353A: hue angle of 357.97º degrees, saturation: 0.58, 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 #C9353A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 58 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.21 |
| HSL | 357.97º | 0.58% | 0.5% | - |
| HSV(B) | 357.97º | 0.74% | 0.79% | - |
| XYZ | 26.12 | 15.27 | 5.57 | - |
| YUV | 97.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 58 | 0 | 0.74 | 0.71 | 0.21 | 357.97 | 0.58 | 0.5 |
| Hex | C9 | 35 | 3A | 0 | 4A | 47 | 15 | 166 | 3A | 32 |
| Octal | 311 | 65 | 72 | 0 | 112 | 107 | 25 | 546 | 72 | 62 |
| Binary | 11001001 | 110101 | 111010 | 0 | 1001010 | 1000111 | 10101 | 101100110 | 111010 | 110010 |
Color Harmonies of #C9353A
Complementary color
Monochromatic Colors of #C9353A
Black with #C9353A
Text Example
Text Example
White with #C9353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9353A; }
p { color: rgb(201,53,58); }
H1.HeaderClassName
{
color: #C9353A;
}
.AnyTagClassName
{
color: #C9353A;
}
</style>
background-color css
<style>
a { background-color: #C9353A; }
a { background-color: rgb(201,53,58); }
div.DivClassName
{
background-color: #C9353A;
}
.BgClassName
{
background-color: #C9353A;
}
</style>
border-color css
<style>
span { border-color: #C9353A; }
span { border-color: rgb(201,53,58); }
td.TdClassName
{
border-color: #C9353A;
}
.TagClassName
{
border-color: #C9353A;
}
</style>