Shades of Mahogany #C44447
Tints of Mahogany #C44447
RGB
CMYK
RGB Variations
Color information
#C44447 (or 0xC44447) is known color: Mahogany. HEX triplet: C4, 44 and 47. RGB value is (196,68,71). Sum of RGB (Red+Green+Blue) = 196+68+71=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44447 is #3BBBB8. Grayscale: #6A6A6A. Windows color (decimal): -3914681 or 4670660. OLE color: 4670660.
HSL color Cylindrical-coordinate representation of color #C44447: hue angle of 358.59º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44447 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 71 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.23 |
| HSL | 358.59º | 0.52% | 0.52% | - |
| HSV(B) | 358.59º | 0.65% | 0.77% | - |
| XYZ | 25.97 | 16.32 | 7.74 | - |
| YUV | 106.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 71 | 0 | 0.65 | 0.64 | 0.23 | 358.59 | 0.52 | 0.52 |
| Hex | C4 | 44 | 47 | 0 | 41 | 40 | 17 | 167 | 34 | 34 |
| Octal | 304 | 104 | 107 | 0 | 101 | 100 | 27 | 547 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1000111 | 0 | 1000001 | 1000000 | 10111 | 101100111 | 110100 | 110100 |
Color Harmonies of #C44447
Complementary color
Monochromatic Colors of #C44447
Black with #C44447
Text Example
Text Example
White with #C44447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44447; }
p { color: rgb(196,68,71); }
H1.HeaderClassName
{
color: #C44447;
}
.AnyTagClassName
{
color: #C44447;
}
</style>
background-color css
<style>
a { background-color: #C44447; }
a { background-color: rgb(196,68,71); }
div.DivClassName
{
background-color: #C44447;
}
.BgClassName
{
background-color: #C44447;
}
</style>
border-color css
<style>
span { border-color: #C44447; }
span { border-color: rgb(196,68,71); }
td.TdClassName
{
border-color: #C44447;
}
.TagClassName
{
border-color: #C44447;
}
</style>