Shades of Mahogany #C43C41
Tints of Mahogany #C43C41
RGB
CMYK
RGB Variations
Color information
#C43C41 (or 0xC43C41) is known color: Mahogany. HEX triplet: C4, 3C and 41. RGB value is (196,60,65). Sum of RGB (Red+Green+Blue) = 196+60+65=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C41 is #3BC3BE. Grayscale: #656565. Windows color (decimal): -3916735 or 4275396. OLE color: 4275396.
HSL color Cylindrical-coordinate representation of color #C43C41: hue angle of 357.79º 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 #C43C41 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 65 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.23 |
| HSL | 357.79º | 0.54% | 0.5% | - |
| HSV(B) | 357.79º | 0.69% | 0.77% | - |
| XYZ | 25.33 | 15.35 | 6.63 | - |
| YUV | 101.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 65 | 0 | 0.69 | 0.67 | 0.23 | 357.79 | 0.54 | 0.5 |
| Hex | C4 | 3C | 41 | 0 | 45 | 43 | 17 | 166 | 36 | 32 |
| Octal | 304 | 74 | 101 | 0 | 105 | 103 | 27 | 546 | 66 | 62 |
| Binary | 11000100 | 111100 | 1000001 | 0 | 1000101 | 1000011 | 10111 | 101100110 | 110110 | 110010 |
Color Harmonies of #C43C41
Complementary color
Monochromatic Colors of #C43C41
Black with #C43C41
Text Example
Text Example
White with #C43C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C41; }
p { color: rgb(196,60,65); }
H1.HeaderClassName
{
color: #C43C41;
}
.AnyTagClassName
{
color: #C43C41;
}
</style>
background-color css
<style>
a { background-color: #C43C41; }
a { background-color: rgb(196,60,65); }
div.DivClassName
{
background-color: #C43C41;
}
.BgClassName
{
background-color: #C43C41;
}
</style>
border-color css
<style>
span { border-color: #C43C41; }
span { border-color: rgb(196,60,65); }
td.TdClassName
{
border-color: #C43C41;
}
.TagClassName
{
border-color: #C43C41;
}
</style>