Shades of Mahogany #C24144
Tints of Mahogany #C24144
RGB
CMYK
RGB Variations
Color information
#C24144 (or 0xC24144) is known color: Mahogany. HEX triplet: C2, 41 and 44. RGB value is (194,65,68). Sum of RGB (Red+Green+Blue) = 194+65+68=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24144 is #3DBEBB. Grayscale: #686868. Windows color (decimal): -4046524 or 4473282. OLE color: 4473282.
HSL color Cylindrical-coordinate representation of color #C24144: hue angle of 358.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24144 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 68 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.24 |
| HSL | 358.6º | 0.51% | 0.51% | - |
| HSV(B) | 358.6º | 0.66% | 0.76% | - |
| XYZ | 25.18 | 15.67 | 7.17 | - |
| YUV | 103.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 68 | 0 | 0.66 | 0.65 | 0.24 | 358.6 | 0.51 | 0.51 |
| Hex | C2 | 41 | 44 | 0 | 42 | 41 | 18 | 167 | 33 | 33 |
| Octal | 302 | 101 | 104 | 0 | 102 | 101 | 30 | 547 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1000100 | 0 | 1000010 | 1000001 | 11000 | 101100111 | 110011 | 110011 |
Color Harmonies of #C24144
Complementary color
Monochromatic Colors of #C24144
Black with #C24144
Text Example
Text Example
White with #C24144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24144; }
p { color: rgb(194,65,68); }
H1.HeaderClassName
{
color: #C24144;
}
.AnyTagClassName
{
color: #C24144;
}
</style>
background-color css
<style>
a { background-color: #C24144; }
a { background-color: rgb(194,65,68); }
div.DivClassName
{
background-color: #C24144;
}
.BgClassName
{
background-color: #C24144;
}
</style>
border-color css
<style>
span { border-color: #C24144; }
span { border-color: rgb(194,65,68); }
td.TdClassName
{
border-color: #C24144;
}
.TagClassName
{
border-color: #C24144;
}
</style>