Shades of Mahogany #C0373C
Tints of Mahogany #C0373C
RGB
CMYK
RGB Variations
Color information
#C0373C (or 0xC0373C) is known color: Mahogany. HEX triplet: C0, 37 and 3C. RGB value is (192,55,60). Sum of RGB (Red+Green+Blue) = 192+55+60=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0373C is #3FC8C3. Grayscale: #606060. Windows color (decimal): -4180164 or 3946432. OLE color: 3946432.
HSL color Cylindrical-coordinate representation of color #C0373C: hue angle of 357.81º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0373C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 60 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.25 |
| HSL | 357.81º | 0.55% | 0.48% | - |
| HSV(B) | 357.81º | 0.71% | 0.75% | - |
| XYZ | 23.92 | 14.27 | 5.77 | - |
| YUV | 96.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 60 | 0 | 0.71 | 0.69 | 0.25 | 357.81 | 0.55 | 0.48 |
| Hex | C0 | 37 | 3C | 0 | 47 | 45 | 19 | 166 | 37 | 30 |
| Octal | 300 | 67 | 74 | 0 | 107 | 105 | 31 | 546 | 67 | 60 |
| Binary | 11000000 | 110111 | 111100 | 0 | 1000111 | 1000101 | 11001 | 101100110 | 110111 | 110000 |
Color Harmonies of #C0373C
Complementary color
Monochromatic Colors of #C0373C
Black with #C0373C
Text Example
Text Example
White with #C0373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0373C; }
p { color: rgb(192,55,60); }
H1.HeaderClassName
{
color: #C0373C;
}
.AnyTagClassName
{
color: #C0373C;
}
</style>
background-color css
<style>
a { background-color: #C0373C; }
a { background-color: rgb(192,55,60); }
div.DivClassName
{
background-color: #C0373C;
}
.BgClassName
{
background-color: #C0373C;
}
</style>
border-color css
<style>
span { border-color: #C0373C; }
span { border-color: rgb(192,55,60); }
td.TdClassName
{
border-color: #C0373C;
}
.TagClassName
{
border-color: #C0373C;
}
</style>