Shades of Mahogany #C64041
Tints of Mahogany #C64041
RGB
CMYK
RGB Variations
Color information
#C64041 (or 0xC64041) is known color: Mahogany. HEX triplet: C6, 40 and 41. RGB value is (198,64,65). Sum of RGB (Red+Green+Blue) = 198+64+65=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C64041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64041 is #39BFBE. Grayscale: #686868. Windows color (decimal): -3784639 or 4276422. OLE color: 4276422.
HSL color Cylindrical-coordinate representation of color #C64041: hue angle of 359.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64041 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 65 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.22 |
| HSL | 359.55º | 0.54% | 0.51% | - |
| HSV(B) | 359.55º | 0.68% | 0.78% | - |
| XYZ | 26.08 | 16.05 | 6.73 | - |
| YUV | 104.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 65 | 0 | 0.68 | 0.67 | 0.22 | 359.55 | 0.54 | 0.51 |
| Hex | C6 | 40 | 41 | 0 | 44 | 43 | 16 | 168 | 36 | 33 |
| Octal | 306 | 100 | 101 | 0 | 104 | 103 | 26 | 550 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1000001 | 0 | 1000100 | 1000011 | 10110 | 101101000 | 110110 | 110011 |
Color Harmonies of #C64041
Complementary color
Monochromatic Colors of #C64041
Black with #C64041
Text Example
Text Example
White with #C64041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64041; }
p { color: rgb(198,64,65); }
H1.HeaderClassName
{
color: #C64041;
}
.AnyTagClassName
{
color: #C64041;
}
</style>
background-color css
<style>
a { background-color: #C64041; }
a { background-color: rgb(198,64,65); }
div.DivClassName
{
background-color: #C64041;
}
.BgClassName
{
background-color: #C64041;
}
</style>
border-color css
<style>
span { border-color: #C64041; }
span { border-color: rgb(198,64,65); }
td.TdClassName
{
border-color: #C64041;
}
.TagClassName
{
border-color: #C64041;
}
</style>