Shades of Mahogany #C4323A
Tints of Mahogany #C4323A
RGB
CMYK
RGB Variations
Color information
#C4323A (or 0xC4323A) is known color: Mahogany. HEX triplet: C4, 32 and 3A. RGB value is (196,50,58). Sum of RGB (Red+Green+Blue) = 196+50+58=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4323A is #3BCDC5. Grayscale: #5E5E5E. Windows color (decimal): -3919302 or 3814084. OLE color: 3814084.
HSL color Cylindrical-coordinate representation of color #C4323A: hue angle of 356.71º 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 #C4323A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 58 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.23 |
| HSL | 356.71º | 0.59% | 0.48% | - |
| HSV(B) | 356.71º | 0.74% | 0.77% | - |
| XYZ | 24.67 | 14.32 | 5.47 | - |
| YUV | 94.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 58 | 0 | 0.74 | 0.70 | 0.23 | 356.71 | 0.59 | 0.48 |
| Hex | C4 | 32 | 3A | 0 | 4A | 46 | 17 | 165 | 3B | 30 |
| Octal | 304 | 62 | 72 | 0 | 112 | 106 | 27 | 545 | 73 | 60 |
| Binary | 11000100 | 110010 | 111010 | 0 | 1001010 | 1000110 | 10111 | 101100101 | 111011 | 110000 |
Color Harmonies of #C4323A
Complementary color
Monochromatic Colors of #C4323A
Black with #C4323A
Text Example
Text Example
White with #C4323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4323A; }
p { color: rgb(196,50,58); }
H1.HeaderClassName
{
color: #C4323A;
}
.AnyTagClassName
{
color: #C4323A;
}
</style>
background-color css
<style>
a { background-color: #C4323A; }
a { background-color: rgb(196,50,58); }
div.DivClassName
{
background-color: #C4323A;
}
.BgClassName
{
background-color: #C4323A;
}
</style>
border-color css
<style>
span { border-color: #C4323A; }
span { border-color: rgb(196,50,58); }
td.TdClassName
{
border-color: #C4323A;
}
.TagClassName
{
border-color: #C4323A;
}
</style>