Shades of Mahogany #C9353E
Tints of Mahogany #C9353E
RGB
CMYK
RGB Variations
Color information
#C9353E (or 0xC9353E) is known color: Mahogany. HEX triplet: C9, 35 and 3E. RGB value is (201,53,62). Sum of RGB (Red+Green+Blue) = 201+53+62=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9353E is #36CAC1. Grayscale: #626262. Windows color (decimal): -3590850 or 4077001. OLE color: 4077001.
HSL color Cylindrical-coordinate representation of color #C9353E: hue angle of 356.35º 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 #C9353E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 62 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.21 |
| HSL | 356.35º | 0.58% | 0.5% | - |
| HSV(B) | 356.35º | 0.74% | 0.79% | - |
| XYZ | 26.23 | 15.31 | 6.13 | - |
| YUV | 98.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 62 | 0 | 0.74 | 0.69 | 0.21 | 356.35 | 0.58 | 0.5 |
| Hex | C9 | 35 | 3E | 0 | 4A | 45 | 15 | 164 | 3A | 32 |
| Octal | 311 | 65 | 76 | 0 | 112 | 105 | 25 | 544 | 72 | 62 |
| Binary | 11001001 | 110101 | 111110 | 0 | 1001010 | 1000101 | 10101 | 101100100 | 111010 | 110010 |
Color Harmonies of #C9353E
Complementary color
Monochromatic Colors of #C9353E
Black with #C9353E
Text Example
Text Example
White with #C9353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9353E; }
p { color: rgb(201,53,62); }
H1.HeaderClassName
{
color: #C9353E;
}
.AnyTagClassName
{
color: #C9353E;
}
</style>
background-color css
<style>
a { background-color: #C9353E; }
a { background-color: rgb(201,53,62); }
div.DivClassName
{
background-color: #C9353E;
}
.BgClassName
{
background-color: #C9353E;
}
</style>
border-color css
<style>
span { border-color: #C9353E; }
span { border-color: rgb(201,53,62); }
td.TdClassName
{
border-color: #C9353E;
}
.TagClassName
{
border-color: #C9353E;
}
</style>