Shades of Mahogany #C43C40
Tints of Mahogany #C43C40
RGB
CMYK
RGB Variations
Color information
#C43C40 (or 0xC43C40) is known color: Mahogany. HEX triplet: C4, 3C and 40. RGB value is (196,60,64). Sum of RGB (Red+Green+Blue) = 196+60+64=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C40 is #3BC3BF. Grayscale: #656565. Windows color (decimal): -3916736 or 4209860. OLE color: 4209860.
HSL color Cylindrical-coordinate representation of color #C43C40: hue angle of 358.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C40 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 64 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.23 |
| HSL | 358.24º | 0.54% | 0.5% | - |
| HSV(B) | 358.24º | 0.69% | 0.77% | - |
| XYZ | 25.31 | 15.34 | 6.48 | - |
| YUV | 101.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 64 | 0 | 0.69 | 0.67 | 0.23 | 358.24 | 0.54 | 0.5 |
| Hex | C4 | 3C | 40 | 0 | 45 | 43 | 17 | 166 | 36 | 32 |
| Octal | 304 | 74 | 100 | 0 | 105 | 103 | 27 | 546 | 66 | 62 |
| Binary | 11000100 | 111100 | 1000000 | 0 | 1000101 | 1000011 | 10111 | 101100110 | 110110 | 110010 |
Color Harmonies of #C43C40
Complementary color
Monochromatic Colors of #C43C40
Black with #C43C40
Text Example
Text Example
White with #C43C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C40; }
p { color: rgb(196,60,64); }
H1.HeaderClassName
{
color: #C43C40;
}
.AnyTagClassName
{
color: #C43C40;
}
</style>
background-color css
<style>
a { background-color: #C43C40; }
a { background-color: rgb(196,60,64); }
div.DivClassName
{
background-color: #C43C40;
}
.BgClassName
{
background-color: #C43C40;
}
</style>
border-color css
<style>
span { border-color: #C43C40; }
span { border-color: rgb(196,60,64); }
td.TdClassName
{
border-color: #C43C40;
}
.TagClassName
{
border-color: #C43C40;
}
</style>