Shades of Mahogany #C42C32
Tints of Mahogany #C42C32
RGB
CMYK
RGB Variations
Color information
#C42C32 (or 0xC42C32) is known color: Mahogany. HEX triplet: C4, 2C and 32. RGB value is (196,44,50). Sum of RGB (Red+Green+Blue) = 196+44+50=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C32 is #3BD3CD. Grayscale: #5A5A5A. Windows color (decimal): -3920846 or 3288260. OLE color: 3288260.
HSL color Cylindrical-coordinate representation of color #C42C32: hue angle of 357.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C32 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 50 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.23 |
| HSL | 357.63º | 0.63% | 0.47% | - |
| HSV(B) | 357.63º | 0.78% | 0.77% | - |
| XYZ | 24.24 | 13.77 | 4.4 | - |
| YUV | 90.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 50 | 0 | 0.78 | 0.74 | 0.23 | 357.63 | 0.63 | 0.47 |
| Hex | C4 | 2C | 32 | 0 | 4E | 4A | 17 | 166 | 3F | 2F |
| Octal | 304 | 54 | 62 | 0 | 116 | 112 | 27 | 546 | 77 | 57 |
| Binary | 11000100 | 101100 | 110010 | 0 | 1001110 | 1001010 | 10111 | 101100110 | 111111 | 101111 |
Color Harmonies of #C42C32
Complementary color
Monochromatic Colors of #C42C32
Black with #C42C32
Text Example
Text Example
White with #C42C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C32; }
p { color: rgb(196,44,50); }
H1.HeaderClassName
{
color: #C42C32;
}
.AnyTagClassName
{
color: #C42C32;
}
</style>
background-color css
<style>
a { background-color: #C42C32; }
a { background-color: rgb(196,44,50); }
div.DivClassName
{
background-color: #C42C32;
}
.BgClassName
{
background-color: #C42C32;
}
</style>
border-color css
<style>
span { border-color: #C42C32; }
span { border-color: rgb(196,44,50); }
td.TdClassName
{
border-color: #C42C32;
}
.TagClassName
{
border-color: #C42C32;
}
</style>