Shades of Mahogany #C63036
Tints of Mahogany #C63036
RGB
CMYK
RGB Variations
Color information
#C63036 (or 0xC63036) is known color: Mahogany. HEX triplet: C6, 30 and 36. RGB value is (198,48,54). Sum of RGB (Red+Green+Blue) = 198+48+54=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C63036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63036 is #39CFC9. Grayscale: #5D5D5D. Windows color (decimal): -3788746 or 3551430. OLE color: 3551430.
HSL color Cylindrical-coordinate representation of color #C63036: hue angle of 357.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63036 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 54 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.22 |
| HSL | 357.6º | 0.61% | 0.48% | - |
| HSV(B) | 357.6º | 0.76% | 0.78% | - |
| XYZ | 25.01 | 14.39 | 4.95 | - |
| YUV | 93.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 54 | 0 | 0.76 | 0.73 | 0.22 | 357.6 | 0.61 | 0.48 |
| Hex | C6 | 30 | 36 | 0 | 4C | 49 | 16 | 166 | 3D | 30 |
| Octal | 306 | 60 | 66 | 0 | 114 | 111 | 26 | 546 | 75 | 60 |
| Binary | 11000110 | 110000 | 110110 | 0 | 1001100 | 1001001 | 10110 | 101100110 | 111101 | 110000 |
Color Harmonies of #C63036
Complementary color
Monochromatic Colors of #C63036
Black with #C63036
Text Example
Text Example
White with #C63036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63036; }
p { color: rgb(198,48,54); }
H1.HeaderClassName
{
color: #C63036;
}
.AnyTagClassName
{
color: #C63036;
}
</style>
background-color css
<style>
a { background-color: #C63036; }
a { background-color: rgb(198,48,54); }
div.DivClassName
{
background-color: #C63036;
}
.BgClassName
{
background-color: #C63036;
}
</style>
border-color css
<style>
span { border-color: #C63036; }
span { border-color: rgb(198,48,54); }
td.TdClassName
{
border-color: #C63036;
}
.TagClassName
{
border-color: #C63036;
}
</style>