Shades of Mahogany #C6393C
Tints of Mahogany #C6393C
RGB
CMYK
RGB Variations
Color information
#C6393C (or 0xC6393C) is known color: Mahogany. HEX triplet: C6, 39 and 3C. RGB value is (198,57,60). Sum of RGB (Red+Green+Blue) = 198+57+60=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6393C is #39C6C3. Grayscale: #636363. Windows color (decimal): -3786436 or 3946950. OLE color: 3946950.
HSL color Cylindrical-coordinate representation of color #C6393C: hue angle of 358.72º 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 #C6393C is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 60 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.22 |
| HSL | 358.72º | 0.55% | 0.5% | - |
| HSV(B) | 358.72º | 0.71% | 0.78% | - |
| XYZ | 25.57 | 15.26 | 5.87 | - |
| YUV | 99.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 60 | 0 | 0.71 | 0.70 | 0.22 | 358.72 | 0.55 | 0.5 |
| Hex | C6 | 39 | 3C | 0 | 47 | 46 | 16 | 167 | 37 | 32 |
| Octal | 306 | 71 | 74 | 0 | 107 | 106 | 26 | 547 | 67 | 62 |
| Binary | 11000110 | 111001 | 111100 | 0 | 1000111 | 1000110 | 10110 | 101100111 | 110111 | 110010 |
Color Harmonies of #C6393C
Complementary color
Monochromatic Colors of #C6393C
Black with #C6393C
Text Example
Text Example
White with #C6393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6393C; }
p { color: rgb(198,57,60); }
H1.HeaderClassName
{
color: #C6393C;
}
.AnyTagClassName
{
color: #C6393C;
}
</style>
background-color css
<style>
a { background-color: #C6393C; }
a { background-color: rgb(198,57,60); }
div.DivClassName
{
background-color: #C6393C;
}
.BgClassName
{
background-color: #C6393C;
}
</style>
border-color css
<style>
span { border-color: #C6393C; }
span { border-color: rgb(198,57,60); }
td.TdClassName
{
border-color: #C6393C;
}
.TagClassName
{
border-color: #C6393C;
}
</style>