Shades of Mahogany #C62C2E
Tints of Mahogany #C62C2E
RGB
CMYK
RGB Variations
Color information
#C62C2E (or 0xC62C2E) is known color: Mahogany. HEX triplet: C6, 2C and 2E. RGB value is (198,44,46). Sum of RGB (Red+Green+Blue) = 198+44+46=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C2E is #39D3D1. Grayscale: #5A5A5A. Windows color (decimal): -3789778 or 3026118. OLE color: 3026118.
HSL color Cylindrical-coordinate representation of color #C62C2E: hue angle of 359.22º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C2E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 46 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.22 |
| HSL | 359.22º | 0.64% | 0.47% | - |
| HSV(B) | 359.22º | 0.78% | 0.78% | - |
| XYZ | 24.68 | 14 | 3.99 | - |
| YUV | 90.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 46 | 0 | 0.78 | 0.77 | 0.22 | 359.22 | 0.64 | 0.47 |
| Hex | C6 | 2C | 2E | 0 | 4E | 4D | 16 | 167 | 40 | 2F |
| Octal | 306 | 54 | 56 | 0 | 116 | 115 | 26 | 547 | 100 | 57 |
| Binary | 11000110 | 101100 | 101110 | 0 | 1001110 | 1001101 | 10110 | 101100111 | 1000000 | 101111 |
Color Harmonies of #C62C2E
Complementary color
Monochromatic Colors of #C62C2E
Black with #C62C2E
Text Example
Text Example
White with #C62C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C2E; }
p { color: rgb(198,44,46); }
H1.HeaderClassName
{
color: #C62C2E;
}
.AnyTagClassName
{
color: #C62C2E;
}
</style>
background-color css
<style>
a { background-color: #C62C2E; }
a { background-color: rgb(198,44,46); }
div.DivClassName
{
background-color: #C62C2E;
}
.BgClassName
{
background-color: #C62C2E;
}
</style>
border-color css
<style>
span { border-color: #C62C2E; }
span { border-color: rgb(198,44,46); }
td.TdClassName
{
border-color: #C62C2E;
}
.TagClassName
{
border-color: #C62C2E;
}
</style>