Shades of Mahogany #C44546
Tints of Mahogany #C44546
RGB
CMYK
RGB Variations
Color information
#C44546 (or 0xC44546) is known color: Mahogany. HEX triplet: C4, 45 and 46. RGB value is (196,69,70). Sum of RGB (Red+Green+Blue) = 196+69+70=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44546 is #3BBAB9. Grayscale: #6B6B6B. Windows color (decimal): -3914426 or 4605380. OLE color: 4605380.
HSL color Cylindrical-coordinate representation of color #C44546: hue angle of 359.53º 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 #C44546 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 70 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.23 |
| HSL | 359.53º | 0.52% | 0.52% | - |
| HSV(B) | 359.53º | 0.65% | 0.77% | - |
| XYZ | 26 | 16.43 | 7.6 | - |
| YUV | 107.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 70 | 0 | 0.65 | 0.64 | 0.23 | 359.53 | 0.52 | 0.52 |
| Hex | C4 | 45 | 46 | 0 | 41 | 40 | 17 | 168 | 34 | 34 |
| Octal | 304 | 105 | 106 | 0 | 101 | 100 | 27 | 550 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1000110 | 0 | 1000001 | 1000000 | 10111 | 101101000 | 110100 | 110100 |
Color Harmonies of #C44546
Complementary color
Monochromatic Colors of #C44546
Black with #C44546
Text Example
Text Example
White with #C44546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44546; }
p { color: rgb(196,69,70); }
H1.HeaderClassName
{
color: #C44546;
}
.AnyTagClassName
{
color: #C44546;
}
</style>
background-color css
<style>
a { background-color: #C44546; }
a { background-color: rgb(196,69,70); }
div.DivClassName
{
background-color: #C44546;
}
.BgClassName
{
background-color: #C44546;
}
</style>
border-color css
<style>
span { border-color: #C44546; }
span { border-color: rgb(196,69,70); }
td.TdClassName
{
border-color: #C44546;
}
.TagClassName
{
border-color: #C44546;
}
</style>