Shades of Mahogany #C62E36
Tints of Mahogany #C62E36
RGB
CMYK
RGB Variations
Color information
#C62E36 (or 0xC62E36) is known color: Mahogany. HEX triplet: C6, 2E and 36. RGB value is (198,46,54). Sum of RGB (Red+Green+Blue) = 198+46+54=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E36 is #39D1C9. Grayscale: #5C5C5C. Windows color (decimal): -3789258 or 3550918. OLE color: 3550918.
HSL color Cylindrical-coordinate representation of color #C62E36: hue angle of 356.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E36 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 54 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.22 |
| HSL | 356.84º | 0.62% | 0.48% | - |
| HSV(B) | 356.84º | 0.77% | 0.78% | - |
| XYZ | 24.93 | 14.23 | 4.92 | - |
| YUV | 92.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 54 | 0 | 0.77 | 0.73 | 0.22 | 356.84 | 0.62 | 0.48 |
| Hex | C6 | 2E | 36 | 0 | 4D | 49 | 16 | 165 | 3E | 30 |
| Octal | 306 | 56 | 66 | 0 | 115 | 111 | 26 | 545 | 76 | 60 |
| Binary | 11000110 | 101110 | 110110 | 0 | 1001101 | 1001001 | 10110 | 101100101 | 111110 | 110000 |
Color Harmonies of #C62E36
Complementary color
Monochromatic Colors of #C62E36
Black with #C62E36
Text Example
Text Example
White with #C62E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E36; }
p { color: rgb(198,46,54); }
H1.HeaderClassName
{
color: #C62E36;
}
.AnyTagClassName
{
color: #C62E36;
}
</style>
background-color css
<style>
a { background-color: #C62E36; }
a { background-color: rgb(198,46,54); }
div.DivClassName
{
background-color: #C62E36;
}
.BgClassName
{
background-color: #C62E36;
}
</style>
border-color css
<style>
span { border-color: #C62E36; }
span { border-color: rgb(198,46,54); }
td.TdClassName
{
border-color: #C62E36;
}
.TagClassName
{
border-color: #C62E36;
}
</style>