Shades of Mahogany #C7353C
Tints of Mahogany #C7353C
RGB
CMYK
RGB Variations
Color information
#C7353C (or 0xC7353C) is known color: Mahogany. HEX triplet: C7, 35 and 3C. RGB value is (199,53,60). Sum of RGB (Red+Green+Blue) = 199+53+60=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7353C is #38CAC3. Grayscale: #616161. Windows color (decimal): -3721924 or 3945927. OLE color: 3945927.
HSL color Cylindrical-coordinate representation of color #C7353C: hue angle of 357.12º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7353C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 60 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.22 |
| HSL | 357.12º | 0.58% | 0.49% | - |
| HSV(B) | 357.12º | 0.73% | 0.78% | - |
| XYZ | 25.64 | 15.01 | 5.82 | - |
| YUV | 97.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 60 | 0 | 0.73 | 0.70 | 0.22 | 357.12 | 0.58 | 0.49 |
| Hex | C7 | 35 | 3C | 0 | 49 | 46 | 16 | 165 | 3A | 31 |
| Octal | 307 | 65 | 74 | 0 | 111 | 106 | 26 | 545 | 72 | 61 |
| Binary | 11000111 | 110101 | 111100 | 0 | 1001001 | 1000110 | 10110 | 101100101 | 111010 | 110001 |
Color Harmonies of #C7353C
Complementary color
Monochromatic Colors of #C7353C
Black with #C7353C
Text Example
Text Example
White with #C7353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7353C; }
p { color: rgb(199,53,60); }
H1.HeaderClassName
{
color: #C7353C;
}
.AnyTagClassName
{
color: #C7353C;
}
</style>
background-color css
<style>
a { background-color: #C7353C; }
a { background-color: rgb(199,53,60); }
div.DivClassName
{
background-color: #C7353C;
}
.BgClassName
{
background-color: #C7353C;
}
</style>
border-color css
<style>
span { border-color: #C7353C; }
span { border-color: rgb(199,53,60); }
td.TdClassName
{
border-color: #C7353C;
}
.TagClassName
{
border-color: #C7353C;
}
</style>