Shades of Mahogany #C43235
Tints of Mahogany #C43235
RGB
CMYK
RGB Variations
Color information
#C43235 (or 0xC43235) is known color: Mahogany. HEX triplet: C4, 32 and 35. RGB value is (196,50,53). Sum of RGB (Red+Green+Blue) = 196+50+53=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C43235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43235 is #3BCDCA. Grayscale: #5E5E5E. Windows color (decimal): -3919307 or 3486404. OLE color: 3486404.
HSL color Cylindrical-coordinate representation of color #C43235: hue angle of 358.77º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43235 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 53 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.23 |
| HSL | 358.77º | 0.59% | 0.48% | - |
| HSV(B) | 358.77º | 0.74% | 0.77% | - |
| XYZ | 24.55 | 14.27 | 4.83 | - |
| YUV | 94 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 53 | 0 | 0.74 | 0.73 | 0.23 | 358.77 | 0.59 | 0.48 |
| Hex | C4 | 32 | 35 | 0 | 4A | 49 | 17 | 167 | 3B | 30 |
| Octal | 304 | 62 | 65 | 0 | 112 | 111 | 27 | 547 | 73 | 60 |
| Binary | 11000100 | 110010 | 110101 | 0 | 1001010 | 1001001 | 10111 | 101100111 | 111011 | 110000 |
Color Harmonies of #C43235
Complementary color
Monochromatic Colors of #C43235
Black with #C43235
Text Example
Text Example
White with #C43235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43235; }
p { color: rgb(196,50,53); }
H1.HeaderClassName
{
color: #C43235;
}
.AnyTagClassName
{
color: #C43235;
}
</style>
background-color css
<style>
a { background-color: #C43235; }
a { background-color: rgb(196,50,53); }
div.DivClassName
{
background-color: #C43235;
}
.BgClassName
{
background-color: #C43235;
}
</style>
border-color css
<style>
span { border-color: #C43235; }
span { border-color: rgb(196,50,53); }
td.TdClassName
{
border-color: #C43235;
}
.TagClassName
{
border-color: #C43235;
}
</style>