Shades of Mahogany #C43E43
Tints of Mahogany #C43E43
RGB
CMYK
RGB Variations
Color information
#C43E43 (or 0xC43E43) is known color: Mahogany. HEX triplet: C4, 3E and 43. RGB value is (196,62,67). Sum of RGB (Red+Green+Blue) = 196+62+67=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E43 is #3BC1BC. Grayscale: #666666. Windows color (decimal): -3916221 or 4406980. OLE color: 4406980.
HSL color Cylindrical-coordinate representation of color #C43E43: hue angle of 357.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E43 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 67 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.23 |
| HSL | 357.76º | 0.53% | 0.51% | - |
| HSV(B) | 357.76º | 0.68% | 0.77% | - |
| XYZ | 25.5 | 15.59 | 6.97 | - |
| YUV | 102.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 67 | 0 | 0.68 | 0.66 | 0.23 | 357.76 | 0.53 | 0.51 |
| Hex | C4 | 3E | 43 | 0 | 44 | 42 | 17 | 166 | 35 | 33 |
| Octal | 304 | 76 | 103 | 0 | 104 | 102 | 27 | 546 | 65 | 63 |
| Binary | 11000100 | 111110 | 1000011 | 0 | 1000100 | 1000010 | 10111 | 101100110 | 110101 | 110011 |
Color Harmonies of #C43E43
Complementary color
Monochromatic Colors of #C43E43
Black with #C43E43
Text Example
Text Example
White with #C43E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E43; }
p { color: rgb(196,62,67); }
H1.HeaderClassName
{
color: #C43E43;
}
.AnyTagClassName
{
color: #C43E43;
}
</style>
background-color css
<style>
a { background-color: #C43E43; }
a { background-color: rgb(196,62,67); }
div.DivClassName
{
background-color: #C43E43;
}
.BgClassName
{
background-color: #C43E43;
}
</style>
border-color css
<style>
span { border-color: #C43E43; }
span { border-color: rgb(196,62,67); }
td.TdClassName
{
border-color: #C43E43;
}
.TagClassName
{
border-color: #C43E43;
}
</style>