Shades of Mahogany #C14041
Tints of Mahogany #C14041
RGB
CMYK
RGB Variations
Color information
#C14041 (or 0xC14041) is known color: Mahogany. HEX triplet: C1, 40 and 41. RGB value is (193,64,65). Sum of RGB (Red+Green+Blue) = 193+64+65=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C14041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14041 is #3EBFBE. Grayscale: #666666. Windows color (decimal): -4112319 or 4276417. OLE color: 4276417.
HSL color Cylindrical-coordinate representation of color #C14041: hue angle of 359.53º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14041 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 65 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.24 |
| HSL | 359.53º | 0.51% | 0.5% | - |
| HSV(B) | 359.53º | 0.67% | 0.76% | - |
| XYZ | 24.78 | 15.39 | 6.66 | - |
| YUV | 102.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 65 | 0 | 0.67 | 0.66 | 0.24 | 359.53 | 0.51 | 0.5 |
| Hex | C1 | 40 | 41 | 0 | 43 | 42 | 18 | 168 | 33 | 32 |
| Octal | 301 | 100 | 101 | 0 | 103 | 102 | 30 | 550 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1000001 | 0 | 1000011 | 1000010 | 11000 | 101101000 | 110011 | 110010 |
Color Harmonies of #C14041
Complementary color
Monochromatic Colors of #C14041
Black with #C14041
Text Example
Text Example
White with #C14041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14041; }
p { color: rgb(193,64,65); }
H1.HeaderClassName
{
color: #C14041;
}
.AnyTagClassName
{
color: #C14041;
}
</style>
background-color css
<style>
a { background-color: #C14041; }
a { background-color: rgb(193,64,65); }
div.DivClassName
{
background-color: #C14041;
}
.BgClassName
{
background-color: #C14041;
}
</style>
border-color css
<style>
span { border-color: #C14041; }
span { border-color: rgb(193,64,65); }
td.TdClassName
{
border-color: #C14041;
}
.TagClassName
{
border-color: #C14041;
}
</style>