Shades of Mahogany #C62E37
Tints of Mahogany #C62E37
RGB
CMYK
RGB Variations
Color information
#C62E37 (or 0xC62E37) is known color: Mahogany. HEX triplet: C6, 2E and 37. RGB value is (198,46,55). Sum of RGB (Red+Green+Blue) = 198+46+55=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E37 is #39D1C8. Grayscale: #5C5C5C. Windows color (decimal): -3789257 or 3616454. OLE color: 3616454.
HSL color Cylindrical-coordinate representation of color #C62E37: hue angle of 356.45º 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 #C62E37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.22 |
| HSL | 356.45º | 0.62% | 0.48% | - |
| HSV(B) | 356.45º | 0.77% | 0.78% | - |
| XYZ | 24.96 | 14.24 | 5.05 | - |
| YUV | 92.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 55 | 0 | 0.77 | 0.72 | 0.22 | 356.45 | 0.62 | 0.48 |
| Hex | C6 | 2E | 37 | 0 | 4D | 48 | 16 | 164 | 3E | 30 |
| Octal | 306 | 56 | 67 | 0 | 115 | 110 | 26 | 544 | 76 | 60 |
| Binary | 11000110 | 101110 | 110111 | 0 | 1001101 | 1001000 | 10110 | 101100100 | 111110 | 110000 |
Color Harmonies of #C62E37
Complementary color
Monochromatic Colors of #C62E37
Black with #C62E37
Text Example
Text Example
White with #C62E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E37; }
p { color: rgb(198,46,55); }
H1.HeaderClassName
{
color: #C62E37;
}
.AnyTagClassName
{
color: #C62E37;
}
</style>
background-color css
<style>
a { background-color: #C62E37; }
a { background-color: rgb(198,46,55); }
div.DivClassName
{
background-color: #C62E37;
}
.BgClassName
{
background-color: #C62E37;
}
</style>
border-color css
<style>
span { border-color: #C62E37; }
span { border-color: rgb(198,46,55); }
td.TdClassName
{
border-color: #C62E37;
}
.TagClassName
{
border-color: #C62E37;
}
</style>