Shades of Mahogany #C64246
Tints of Mahogany #C64246
RGB
CMYK
RGB Variations
Color information
#C64246 (or 0xC64246) is known color: Mahogany. HEX triplet: C6, 42 and 46. RGB value is (198,66,70). Sum of RGB (Red+Green+Blue) = 198+66+70=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C64246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64246 is #39BDB9. Grayscale: #6A6A6A. Windows color (decimal): -3784122 or 4604614. OLE color: 4604614.
HSL color Cylindrical-coordinate representation of color #C64246: hue angle of 358.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64246 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 70 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.22 |
| HSL | 358.18º | 0.54% | 0.52% | - |
| HSV(B) | 358.18º | 0.67% | 0.78% | - |
| XYZ | 26.34 | 16.34 | 7.56 | - |
| YUV | 105.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 70 | 0 | 0.67 | 0.65 | 0.22 | 358.18 | 0.54 | 0.52 |
| Hex | C6 | 42 | 46 | 0 | 43 | 41 | 16 | 166 | 36 | 34 |
| Octal | 306 | 102 | 106 | 0 | 103 | 101 | 26 | 546 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1000110 | 0 | 1000011 | 1000001 | 10110 | 101100110 | 110110 | 110100 |
Color Harmonies of #C64246
Complementary color
Monochromatic Colors of #C64246
Black with #C64246
Text Example
Text Example
White with #C64246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64246; }
p { color: rgb(198,66,70); }
H1.HeaderClassName
{
color: #C64246;
}
.AnyTagClassName
{
color: #C64246;
}
</style>
background-color css
<style>
a { background-color: #C64246; }
a { background-color: rgb(198,66,70); }
div.DivClassName
{
background-color: #C64246;
}
.BgClassName
{
background-color: #C64246;
}
</style>
border-color css
<style>
span { border-color: #C64246; }
span { border-color: rgb(198,66,70); }
td.TdClassName
{
border-color: #C64246;
}
.TagClassName
{
border-color: #C64246;
}
</style>