Shades of Mahogany #C64346
Tints of Mahogany #C64346
RGB
CMYK
RGB Variations
Color information
#C64346 (or 0xC64346) is known color: Mahogany. HEX triplet: C6, 43 and 46. RGB value is (198,67,70). Sum of RGB (Red+Green+Blue) = 198+67+70=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64346 is #39BCB9. Grayscale: #6A6A6A. Windows color (decimal): -3783866 or 4604870. OLE color: 4604870.
HSL color Cylindrical-coordinate representation of color #C64346: hue angle of 358.63º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64346 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 70 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.22 |
| HSL | 358.63º | 0.53% | 0.52% | - |
| HSV(B) | 358.63º | 0.66% | 0.78% | - |
| XYZ | 26.4 | 16.46 | 7.58 | - |
| YUV | 106.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 70 | 0 | 0.66 | 0.65 | 0.22 | 358.63 | 0.53 | 0.52 |
| Hex | C6 | 43 | 46 | 0 | 42 | 41 | 16 | 167 | 35 | 34 |
| Octal | 306 | 103 | 106 | 0 | 102 | 101 | 26 | 547 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1000110 | 0 | 1000010 | 1000001 | 10110 | 101100111 | 110101 | 110100 |
Color Harmonies of #C64346
Complementary color
Monochromatic Colors of #C64346
Black with #C64346
Text Example
Text Example
White with #C64346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64346; }
p { color: rgb(198,67,70); }
H1.HeaderClassName
{
color: #C64346;
}
.AnyTagClassName
{
color: #C64346;
}
</style>
background-color css
<style>
a { background-color: #C64346; }
a { background-color: rgb(198,67,70); }
div.DivClassName
{
background-color: #C64346;
}
.BgClassName
{
background-color: #C64346;
}
</style>
border-color css
<style>
span { border-color: #C64346; }
span { border-color: rgb(198,67,70); }
td.TdClassName
{
border-color: #C64346;
}
.TagClassName
{
border-color: #C64346;
}
</style>