Shades of Mahogany #C2373A
Tints of Mahogany #C2373A
RGB
CMYK
RGB Variations
Color information
#C2373A (or 0xC2373A) is known color: Mahogany. HEX triplet: C2, 37 and 3A. RGB value is (194,55,58). Sum of RGB (Red+Green+Blue) = 194+55+58=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2373A is #3DC8C5. Grayscale: #616161. Windows color (decimal): -4049094 or 3815362. OLE color: 3815362.
HSL color Cylindrical-coordinate representation of color #C2373A: hue angle of 358.71º 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 #C2373A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 58 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.24 |
| HSL | 358.71º | 0.56% | 0.49% | - |
| HSV(B) | 358.71º | 0.72% | 0.76% | - |
| XYZ | 24.38 | 14.51 | 5.52 | - |
| YUV | 96.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 58 | 0 | 0.72 | 0.70 | 0.24 | 358.71 | 0.56 | 0.49 |
| Hex | C2 | 37 | 3A | 0 | 48 | 46 | 18 | 167 | 38 | 31 |
| Octal | 302 | 67 | 72 | 0 | 110 | 106 | 30 | 547 | 70 | 61 |
| Binary | 11000010 | 110111 | 111010 | 0 | 1001000 | 1000110 | 11000 | 101100111 | 111000 | 110001 |
Color Harmonies of #C2373A
Complementary color
Monochromatic Colors of #C2373A
Black with #C2373A
Text Example
Text Example
White with #C2373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2373A; }
p { color: rgb(194,55,58); }
H1.HeaderClassName
{
color: #C2373A;
}
.AnyTagClassName
{
color: #C2373A;
}
</style>
background-color css
<style>
a { background-color: #C2373A; }
a { background-color: rgb(194,55,58); }
div.DivClassName
{
background-color: #C2373A;
}
.BgClassName
{
background-color: #C2373A;
}
</style>
border-color css
<style>
span { border-color: #C2373A; }
span { border-color: rgb(194,55,58); }
td.TdClassName
{
border-color: #C2373A;
}
.TagClassName
{
border-color: #C2373A;
}
</style>