Shades of Mahogany #C43F43
Tints of Mahogany #C43F43
RGB
CMYK
RGB Variations
Color information
#C43F43 (or 0xC43F43) is known color: Mahogany. HEX triplet: C4, 3F and 43. RGB value is (196,63,67). Sum of RGB (Red+Green+Blue) = 196+63+67=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F43 is #3BC0BC. Grayscale: #676767. Windows color (decimal): -3915965 or 4407236. OLE color: 4407236.
HSL color Cylindrical-coordinate representation of color #C43F43: hue angle of 358.2º 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 #C43F43 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 67 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.23 |
| HSL | 358.2º | 0.53% | 0.51% | - |
| HSV(B) | 358.2º | 0.68% | 0.77% | - |
| XYZ | 25.56 | 15.7 | 6.99 | - |
| YUV | 103.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 67 | 0 | 0.68 | 0.66 | 0.23 | 358.2 | 0.53 | 0.51 |
| Hex | C4 | 3F | 43 | 0 | 44 | 42 | 17 | 166 | 35 | 33 |
| Octal | 304 | 77 | 103 | 0 | 104 | 102 | 27 | 546 | 65 | 63 |
| Binary | 11000100 | 111111 | 1000011 | 0 | 1000100 | 1000010 | 10111 | 101100110 | 110101 | 110011 |
Color Harmonies of #C43F43
Complementary color
Monochromatic Colors of #C43F43
Black with #C43F43
Text Example
Text Example
White with #C43F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F43; }
p { color: rgb(196,63,67); }
H1.HeaderClassName
{
color: #C43F43;
}
.AnyTagClassName
{
color: #C43F43;
}
</style>
background-color css
<style>
a { background-color: #C43F43; }
a { background-color: rgb(196,63,67); }
div.DivClassName
{
background-color: #C43F43;
}
.BgClassName
{
background-color: #C43F43;
}
</style>
border-color css
<style>
span { border-color: #C43F43; }
span { border-color: rgb(196,63,67); }
td.TdClassName
{
border-color: #C43F43;
}
.TagClassName
{
border-color: #C43F43;
}
</style>