Shades of Mahogany #C6353E
Tints of Mahogany #C6353E
RGB
CMYK
RGB Variations
Color information
#C6353E (or 0xC6353E) is known color: Mahogany. HEX triplet: C6, 35 and 3E. RGB value is (198,53,62). Sum of RGB (Red+Green+Blue) = 198+53+62=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6353E is #39CAC1. Grayscale: #616161. Windows color (decimal): -3787458 or 4076998. OLE color: 4076998.
HSL color Cylindrical-coordinate representation of color #C6353E: hue angle of 356.28º 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 #C6353E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 62 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.22 |
| HSL | 356.28º | 0.58% | 0.49% | - |
| HSV(B) | 356.28º | 0.73% | 0.78% | - |
| XYZ | 25.43 | 14.9 | 6.09 | - |
| YUV | 97.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 62 | 0 | 0.73 | 0.69 | 0.22 | 356.28 | 0.58 | 0.49 |
| Hex | C6 | 35 | 3E | 0 | 49 | 45 | 16 | 164 | 3A | 31 |
| Octal | 306 | 65 | 76 | 0 | 111 | 105 | 26 | 544 | 72 | 61 |
| Binary | 11000110 | 110101 | 111110 | 0 | 1001001 | 1000101 | 10110 | 101100100 | 111010 | 110001 |
Color Harmonies of #C6353E
Complementary color
Monochromatic Colors of #C6353E
Black with #C6353E
Text Example
Text Example
White with #C6353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6353E; }
p { color: rgb(198,53,62); }
H1.HeaderClassName
{
color: #C6353E;
}
.AnyTagClassName
{
color: #C6353E;
}
</style>
background-color css
<style>
a { background-color: #C6353E; }
a { background-color: rgb(198,53,62); }
div.DivClassName
{
background-color: #C6353E;
}
.BgClassName
{
background-color: #C6353E;
}
</style>
border-color css
<style>
span { border-color: #C6353E; }
span { border-color: rgb(198,53,62); }
td.TdClassName
{
border-color: #C6353E;
}
.TagClassName
{
border-color: #C6353E;
}
</style>