Shades of Mahogany #C0393C
Tints of Mahogany #C0393C
RGB
CMYK
RGB Variations
Color information
#C0393C (or 0xC0393C) is known color: Mahogany. HEX triplet: C0, 39 and 3C. RGB value is (192,57,60). Sum of RGB (Red+Green+Blue) = 192+57+60=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0393C is #3FC6C3. Grayscale: #616161. Windows color (decimal): -4179652 or 3946944. OLE color: 3946944.
HSL color Cylindrical-coordinate representation of color #C0393C: hue angle of 358.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0393C is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 60 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.25 |
| HSL | 358.67º | 0.54% | 0.49% | - |
| HSV(B) | 358.67º | 0.7% | 0.75% | - |
| XYZ | 24.02 | 14.46 | 5.8 | - |
| YUV | 97.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 60 | 0 | 0.70 | 0.69 | 0.25 | 358.67 | 0.54 | 0.49 |
| Hex | C0 | 39 | 3C | 0 | 46 | 45 | 19 | 167 | 36 | 31 |
| Octal | 300 | 71 | 74 | 0 | 106 | 105 | 31 | 547 | 66 | 61 |
| Binary | 11000000 | 111001 | 111100 | 0 | 1000110 | 1000101 | 11001 | 101100111 | 110110 | 110001 |
Color Harmonies of #C0393C
Complementary color
Monochromatic Colors of #C0393C
Black with #C0393C
Text Example
Text Example
White with #C0393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0393C; }
p { color: rgb(192,57,60); }
H1.HeaderClassName
{
color: #C0393C;
}
.AnyTagClassName
{
color: #C0393C;
}
</style>
background-color css
<style>
a { background-color: #C0393C; }
a { background-color: rgb(192,57,60); }
div.DivClassName
{
background-color: #C0393C;
}
.BgClassName
{
background-color: #C0393C;
}
</style>
border-color css
<style>
span { border-color: #C0393C; }
span { border-color: rgb(192,57,60); }
td.TdClassName
{
border-color: #C0393C;
}
.TagClassName
{
border-color: #C0393C;
}
</style>