Shades of Mahogany #C2393B
Tints of Mahogany #C2393B
RGB
CMYK
RGB Variations
Color information
#C2393B (or 0xC2393B) is known color: Mahogany. HEX triplet: C2, 39 and 3B. RGB value is (194,57,59). Sum of RGB (Red+Green+Blue) = 194+57+59=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393B is #3DC6C4. Grayscale: #626262. Windows color (decimal): -4048581 or 3881410. OLE color: 3881410.
HSL color Cylindrical-coordinate representation of color #C2393B: hue angle of 359.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2393B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 59 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.24 |
| HSL | 359.12º | 0.55% | 0.49% | - |
| HSV(B) | 359.12º | 0.71% | 0.76% | - |
| XYZ | 24.5 | 14.71 | 5.69 | - |
| YUV | 98.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 59 | 0 | 0.71 | 0.70 | 0.24 | 359.12 | 0.55 | 0.49 |
| Hex | C2 | 39 | 3B | 0 | 47 | 46 | 18 | 167 | 37 | 31 |
| Octal | 302 | 71 | 73 | 0 | 107 | 106 | 30 | 547 | 67 | 61 |
| Binary | 11000010 | 111001 | 111011 | 0 | 1000111 | 1000110 | 11000 | 101100111 | 110111 | 110001 |
Color Harmonies of #C2393B
Complementary color
Monochromatic Colors of #C2393B
Black with #C2393B
Text Example
Text Example
White with #C2393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2393B; }
p { color: rgb(194,57,59); }
H1.HeaderClassName
{
color: #C2393B;
}
.AnyTagClassName
{
color: #C2393B;
}
</style>
background-color css
<style>
a { background-color: #C2393B; }
a { background-color: rgb(194,57,59); }
div.DivClassName
{
background-color: #C2393B;
}
.BgClassName
{
background-color: #C2393B;
}
</style>
border-color css
<style>
span { border-color: #C2393B; }
span { border-color: rgb(194,57,59); }
td.TdClassName
{
border-color: #C2393B;
}
.TagClassName
{
border-color: #C2393B;
}
</style>