Shades of Mahogany #C9303B
Tints of Mahogany #C9303B
RGB
CMYK
RGB Variations
Color information
#C9303B (or 0xC9303B) is known color: Mahogany. HEX triplet: C9, 30 and 3B. RGB value is (201,48,59). Sum of RGB (Red+Green+Blue) = 201+48+59=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303B is #36CFC4. Grayscale: #5F5F5F. Windows color (decimal): -3592133 or 3879113. OLE color: 3879113.
HSL color Cylindrical-coordinate representation of color #C9303B: hue angle of 355.69º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9303B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 59 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.21 |
| HSL | 355.69º | 0.61% | 0.49% | - |
| HSV(B) | 355.69º | 0.76% | 0.79% | - |
| XYZ | 25.93 | 14.85 | 5.64 | - |
| YUV | 95 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 59 | 0 | 0.76 | 0.71 | 0.21 | 355.69 | 0.61 | 0.49 |
| Hex | C9 | 30 | 3B | 0 | 4C | 47 | 15 | 164 | 3D | 31 |
| Octal | 311 | 60 | 73 | 0 | 114 | 107 | 25 | 544 | 75 | 61 |
| Binary | 11001001 | 110000 | 111011 | 0 | 1001100 | 1000111 | 10101 | 101100100 | 111101 | 110001 |
Color Harmonies of #C9303B
Complementary color
Monochromatic Colors of #C9303B
Black with #C9303B
Text Example
Text Example
White with #C9303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9303B; }
p { color: rgb(201,48,59); }
H1.HeaderClassName
{
color: #C9303B;
}
.AnyTagClassName
{
color: #C9303B;
}
</style>
background-color css
<style>
a { background-color: #C9303B; }
a { background-color: rgb(201,48,59); }
div.DivClassName
{
background-color: #C9303B;
}
.BgClassName
{
background-color: #C9303B;
}
</style>
border-color css
<style>
span { border-color: #C9303B; }
span { border-color: rgb(201,48,59); }
td.TdClassName
{
border-color: #C9303B;
}
.TagClassName
{
border-color: #C9303B;
}
</style>