Shades of Mahogany #C44347
Tints of Mahogany #C44347
RGB
CMYK
RGB Variations
Color information
#C44347 (or 0xC44347) is known color: Mahogany. HEX triplet: C4, 43 and 47. RGB value is (196,67,71). Sum of RGB (Red+Green+Blue) = 196+67+71=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44347 is #3BBCB8. Grayscale: #6A6A6A. Windows color (decimal): -3914937 or 4670404. OLE color: 4670404.
HSL color Cylindrical-coordinate representation of color #C44347: hue angle of 358.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44347 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 71 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.23 |
| HSL | 358.14º | 0.52% | 0.52% | - |
| HSV(B) | 358.14º | 0.66% | 0.77% | - |
| XYZ | 25.91 | 16.21 | 7.72 | - |
| YUV | 106.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 71 | 0 | 0.66 | 0.64 | 0.23 | 358.14 | 0.52 | 0.52 |
| Hex | C4 | 43 | 47 | 0 | 42 | 40 | 17 | 166 | 34 | 34 |
| Octal | 304 | 103 | 107 | 0 | 102 | 100 | 27 | 546 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1000111 | 0 | 1000010 | 1000000 | 10111 | 101100110 | 110100 | 110100 |
Color Harmonies of #C44347
Complementary color
Monochromatic Colors of #C44347
Black with #C44347
Text Example
Text Example
White with #C44347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44347; }
p { color: rgb(196,67,71); }
H1.HeaderClassName
{
color: #C44347;
}
.AnyTagClassName
{
color: #C44347;
}
</style>
background-color css
<style>
a { background-color: #C44347; }
a { background-color: rgb(196,67,71); }
div.DivClassName
{
background-color: #C44347;
}
.BgClassName
{
background-color: #C44347;
}
</style>
border-color css
<style>
span { border-color: #C44347; }
span { border-color: rgb(196,67,71); }
td.TdClassName
{
border-color: #C44347;
}
.TagClassName
{
border-color: #C44347;
}
</style>