Shades of Mahogany #C2373B
Tints of Mahogany #C2373B
RGB
CMYK
RGB Variations
Color information
#C2373B (or 0xC2373B) is known color: Mahogany. HEX triplet: C2, 37 and 3B. RGB value is (194,55,59). Sum of RGB (Red+Green+Blue) = 194+55+59=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2373B is #3DC8C4. Grayscale: #616161. Windows color (decimal): -4049093 or 3880898. OLE color: 3880898.
HSL color Cylindrical-coordinate representation of color #C2373B: hue angle of 358.27º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 59 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.24 |
| HSL | 358.27º | 0.56% | 0.49% | - |
| HSV(B) | 358.27º | 0.72% | 0.76% | - |
| XYZ | 24.4 | 14.52 | 5.65 | - |
| YUV | 97.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 59 | 0 | 0.72 | 0.70 | 0.24 | 358.27 | 0.56 | 0.49 |
| Hex | C2 | 37 | 3B | 0 | 48 | 46 | 18 | 166 | 38 | 31 |
| Octal | 302 | 67 | 73 | 0 | 110 | 106 | 30 | 546 | 70 | 61 |
| Binary | 11000010 | 110111 | 111011 | 0 | 1001000 | 1000110 | 11000 | 101100110 | 111000 | 110001 |
Color Harmonies of #C2373B
Complementary color
Monochromatic Colors of #C2373B
Black with #C2373B
Text Example
Text Example
White with #C2373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2373B; }
p { color: rgb(194,55,59); }
H1.HeaderClassName
{
color: #C2373B;
}
.AnyTagClassName
{
color: #C2373B;
}
</style>
background-color css
<style>
a { background-color: #C2373B; }
a { background-color: rgb(194,55,59); }
div.DivClassName
{
background-color: #C2373B;
}
.BgClassName
{
background-color: #C2373B;
}
</style>
border-color css
<style>
span { border-color: #C2373B; }
span { border-color: rgb(194,55,59); }
td.TdClassName
{
border-color: #C2373B;
}
.TagClassName
{
border-color: #C2373B;
}
</style>