Shades of Mahogany #C04042
Tints of Mahogany #C04042
RGB
CMYK
RGB Variations
Color information
#C04042 (or 0xC04042) is known color: Mahogany. HEX triplet: C0, 40 and 42. RGB value is (192,64,66). Sum of RGB (Red+Green+Blue) = 192+64+66=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04042 is #3FBFBD. Grayscale: #666666. Windows color (decimal): -4177854 or 4341952. OLE color: 4341952.
HSL color Cylindrical-coordinate representation of color #C04042: hue angle of 359.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04042 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 66 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.25 |
| HSL | 359.06º | 0.5% | 0.5% | - |
| HSV(B) | 359.06º | 0.67% | 0.75% | - |
| XYZ | 24.55 | 15.27 | 6.81 | - |
| YUV | 102.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 66 | 0 | 0.67 | 0.66 | 0.25 | 359.06 | 0.5 | 0.5 |
| Hex | C0 | 40 | 42 | 0 | 43 | 42 | 19 | 167 | 32 | 32 |
| Octal | 300 | 100 | 102 | 0 | 103 | 102 | 31 | 547 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1000010 | 0 | 1000011 | 1000010 | 11001 | 101100111 | 110010 | 110010 |
Color Harmonies of #C04042
Complementary color
Monochromatic Colors of #C04042
Black with #C04042
Text Example
Text Example
White with #C04042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04042; }
p { color: rgb(192,64,66); }
H1.HeaderClassName
{
color: #C04042;
}
.AnyTagClassName
{
color: #C04042;
}
</style>
background-color css
<style>
a { background-color: #C04042; }
a { background-color: rgb(192,64,66); }
div.DivClassName
{
background-color: #C04042;
}
.BgClassName
{
background-color: #C04042;
}
</style>
border-color css
<style>
span { border-color: #C04042; }
span { border-color: rgb(192,64,66); }
td.TdClassName
{
border-color: #C04042;
}
.TagClassName
{
border-color: #C04042;
}
</style>