Shades of Mahogany #C6393F
Tints of Mahogany #C6393F
RGB
CMYK
RGB Variations
Color information
#C6393F (or 0xC6393F) is known color: Mahogany. HEX triplet: C6, 39 and 3F. RGB value is (198,57,63). Sum of RGB (Red+Green+Blue) = 198+57+63=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C6393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6393F is #39C6C0. Grayscale: #636363. Windows color (decimal): -3786433 or 4143558. OLE color: 4143558.
HSL color Cylindrical-coordinate representation of color #C6393F: hue angle of 357.45º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6393F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.22 |
| HSL | 357.45º | 0.55% | 0.5% | - |
| HSV(B) | 357.45º | 0.71% | 0.78% | - |
| XYZ | 25.65 | 15.29 | 6.3 | - |
| YUV | 99.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 63 | 0 | 0.71 | 0.68 | 0.22 | 357.45 | 0.55 | 0.5 |
| Hex | C6 | 39 | 3F | 0 | 47 | 44 | 16 | 165 | 37 | 32 |
| Octal | 306 | 71 | 77 | 0 | 107 | 104 | 26 | 545 | 67 | 62 |
| Binary | 11000110 | 111001 | 111111 | 0 | 1000111 | 1000100 | 10110 | 101100101 | 110111 | 110010 |
Color Harmonies of #C6393F
Complementary color
Monochromatic Colors of #C6393F
Black with #C6393F
Text Example
Text Example
White with #C6393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6393F; }
p { color: rgb(198,57,63); }
H1.HeaderClassName
{
color: #C6393F;
}
.AnyTagClassName
{
color: #C6393F;
}
</style>
background-color css
<style>
a { background-color: #C6393F; }
a { background-color: rgb(198,57,63); }
div.DivClassName
{
background-color: #C6393F;
}
.BgClassName
{
background-color: #C6393F;
}
</style>
border-color css
<style>
span { border-color: #C6393F; }
span { border-color: rgb(198,57,63); }
td.TdClassName
{
border-color: #C6393F;
}
.TagClassName
{
border-color: #C6393F;
}
</style>