Shades of Mahogany #C44344
Tints of Mahogany #C44344
RGB
CMYK
RGB Variations
Color information
#C44344 (or 0xC44344) is known color: Mahogany. HEX triplet: C4, 43 and 44. RGB value is (196,67,68). Sum of RGB (Red+Green+Blue) = 196+67+68=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44344 is #3BBCBB. Grayscale: #696969. Windows color (decimal): -3914940 or 4473796. OLE color: 4473796.
HSL color Cylindrical-coordinate representation of color #C44344: 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.66%. Process color model (Four color, CMYK) of #C44344 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 68 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.23 |
| HSL | 359.53º | 0.52% | 0.52% | - |
| HSV(B) | 359.53º | 0.66% | 0.77% | - |
| XYZ | 25.82 | 16.17 | 7.23 | - |
| YUV | 105.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 68 | 0 | 0.66 | 0.65 | 0.23 | 359.53 | 0.52 | 0.52 |
| Hex | C4 | 43 | 44 | 0 | 42 | 41 | 17 | 168 | 34 | 34 |
| Octal | 304 | 103 | 104 | 0 | 102 | 101 | 27 | 550 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1000100 | 0 | 1000010 | 1000001 | 10111 | 101101000 | 110100 | 110100 |
Color Harmonies of #C44344
Complementary color
Monochromatic Colors of #C44344
Black with #C44344
Text Example
Text Example
White with #C44344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44344; }
p { color: rgb(196,67,68); }
H1.HeaderClassName
{
color: #C44344;
}
.AnyTagClassName
{
color: #C44344;
}
</style>
background-color css
<style>
a { background-color: #C44344; }
a { background-color: rgb(196,67,68); }
div.DivClassName
{
background-color: #C44344;
}
.BgClassName
{
background-color: #C44344;
}
</style>
border-color css
<style>
span { border-color: #C44344; }
span { border-color: rgb(196,67,68); }
td.TdClassName
{
border-color: #C44344;
}
.TagClassName
{
border-color: #C44344;
}
</style>