Shades of Mahogany #C24245
Tints of Mahogany #C24245
RGB
CMYK
RGB Variations
Color information
#C24245 (or 0xC24245) is known color: Mahogany. HEX triplet: C2, 42 and 45. RGB value is (194,66,69). Sum of RGB (Red+Green+Blue) = 194+66+69=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24245 is #3DBDBA. Grayscale: #686868. Windows color (decimal): -4046267 or 4539074. OLE color: 4539074.
HSL color Cylindrical-coordinate representation of color #C24245: hue angle of 358.59º 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 #C24245 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 69 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.24 |
| HSL | 358.59º | 0.51% | 0.51% | - |
| HSV(B) | 358.59º | 0.66% | 0.76% | - |
| XYZ | 25.27 | 15.8 | 7.35 | - |
| YUV | 104.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 69 | 0 | 0.66 | 0.64 | 0.24 | 358.59 | 0.51 | 0.51 |
| Hex | C2 | 42 | 45 | 0 | 42 | 40 | 18 | 167 | 33 | 33 |
| Octal | 302 | 102 | 105 | 0 | 102 | 100 | 30 | 547 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1000101 | 0 | 1000010 | 1000000 | 11000 | 101100111 | 110011 | 110011 |
Color Harmonies of #C24245
Complementary color
Monochromatic Colors of #C24245
Black with #C24245
Text Example
Text Example
White with #C24245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24245; }
p { color: rgb(194,66,69); }
H1.HeaderClassName
{
color: #C24245;
}
.AnyTagClassName
{
color: #C24245;
}
</style>
background-color css
<style>
a { background-color: #C24245; }
a { background-color: rgb(194,66,69); }
div.DivClassName
{
background-color: #C24245;
}
.BgClassName
{
background-color: #C24245;
}
</style>
border-color css
<style>
span { border-color: #C24245; }
span { border-color: rgb(194,66,69); }
td.TdClassName
{
border-color: #C24245;
}
.TagClassName
{
border-color: #C24245;
}
</style>