Shades of Mahogany #C23436
Tints of Mahogany #C23436
RGB
CMYK
RGB Variations
Color information
#C23436 (or 0xC23436) is known color: Mahogany. HEX triplet: C2, 34 and 36. RGB value is (194,52,54). Sum of RGB (Red+Green+Blue) = 194+52+54=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23436 is #3DCBC9. Grayscale: #5E5E5E. Windows color (decimal): -4049866 or 3552450. OLE color: 3552450.
HSL color Cylindrical-coordinate representation of color #C23436: hue angle of 359.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23436 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 54 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.24 |
| HSL | 359.15º | 0.58% | 0.48% | - |
| HSV(B) | 359.15º | 0.73% | 0.76% | - |
| XYZ | 24.14 | 14.19 | 4.96 | - |
| YUV | 94.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 54 | 0 | 0.73 | 0.72 | 0.24 | 359.15 | 0.58 | 0.48 |
| Hex | C2 | 34 | 36 | 0 | 49 | 48 | 18 | 167 | 3A | 30 |
| Octal | 302 | 64 | 66 | 0 | 111 | 110 | 30 | 547 | 72 | 60 |
| Binary | 11000010 | 110100 | 110110 | 0 | 1001001 | 1001000 | 11000 | 101100111 | 111010 | 110000 |
Color Harmonies of #C23436
Complementary color
Monochromatic Colors of #C23436
Black with #C23436
Text Example
Text Example
White with #C23436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23436; }
p { color: rgb(194,52,54); }
H1.HeaderClassName
{
color: #C23436;
}
.AnyTagClassName
{
color: #C23436;
}
</style>
background-color css
<style>
a { background-color: #C23436; }
a { background-color: rgb(194,52,54); }
div.DivClassName
{
background-color: #C23436;
}
.BgClassName
{
background-color: #C23436;
}
</style>
border-color css
<style>
span { border-color: #C23436; }
span { border-color: rgb(194,52,54); }
td.TdClassName
{
border-color: #C23436;
}
.TagClassName
{
border-color: #C23436;
}
</style>