Shades of Mahogany #C24042
Tints of Mahogany #C24042
RGB
CMYK
RGB Variations
Color information
#C24042 (or 0xC24042) is known color: Mahogany. HEX triplet: C2, 40 and 42. RGB value is (194,64,66). Sum of RGB (Red+Green+Blue) = 194+64+66=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24042 is #3DBFBD. Grayscale: #676767. Windows color (decimal): -4046782 or 4341954. OLE color: 4341954.
HSL color Cylindrical-coordinate representation of color #C24042: hue angle of 359.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24042 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 66 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.24 |
| HSL | 359.08º | 0.52% | 0.51% | - |
| HSV(B) | 359.08º | 0.67% | 0.76% | - |
| XYZ | 25.06 | 15.53 | 6.83 | - |
| YUV | 103.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 66 | 0 | 0.67 | 0.66 | 0.24 | 359.08 | 0.52 | 0.51 |
| Hex | C2 | 40 | 42 | 0 | 43 | 42 | 18 | 167 | 34 | 33 |
| Octal | 302 | 100 | 102 | 0 | 103 | 102 | 30 | 547 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1000010 | 0 | 1000011 | 1000010 | 11000 | 101100111 | 110100 | 110011 |
Color Harmonies of #C24042
Complementary color
Monochromatic Colors of #C24042
Black with #C24042
Text Example
Text Example
White with #C24042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24042; }
p { color: rgb(194,64,66); }
H1.HeaderClassName
{
color: #C24042;
}
.AnyTagClassName
{
color: #C24042;
}
</style>
background-color css
<style>
a { background-color: #C24042; }
a { background-color: rgb(194,64,66); }
div.DivClassName
{
background-color: #C24042;
}
.BgClassName
{
background-color: #C24042;
}
</style>
border-color css
<style>
span { border-color: #C24042; }
span { border-color: rgb(194,64,66); }
td.TdClassName
{
border-color: #C24042;
}
.TagClassName
{
border-color: #C24042;
}
</style>