Shades of Mahogany #C0363C
Tints of Mahogany #C0363C
RGB
CMYK
RGB Variations
Color information
#C0363C (or 0xC0363C) is known color: Mahogany. HEX triplet: C0, 36 and 3C. RGB value is (192,54,60). Sum of RGB (Red+Green+Blue) = 192+54+60=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0363C is #3FC9C3. Grayscale: #606060. Windows color (decimal): -4180420 or 3946176. OLE color: 3946176.
HSL color Cylindrical-coordinate representation of color #C0363C: hue angle of 357.39º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0363C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 60 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.25 |
| HSL | 357.39º | 0.56% | 0.48% | - |
| HSV(B) | 357.39º | 0.72% | 0.75% | - |
| XYZ | 23.87 | 14.17 | 5.75 | - |
| YUV | 95.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 60 | 0 | 0.72 | 0.69 | 0.25 | 357.39 | 0.56 | 0.48 |
| Hex | C0 | 36 | 3C | 0 | 48 | 45 | 19 | 165 | 38 | 30 |
| Octal | 300 | 66 | 74 | 0 | 110 | 105 | 31 | 545 | 70 | 60 |
| Binary | 11000000 | 110110 | 111100 | 0 | 1001000 | 1000101 | 11001 | 101100101 | 111000 | 110000 |
Color Harmonies of #C0363C
Complementary color
Monochromatic Colors of #C0363C
Black with #C0363C
Text Example
Text Example
White with #C0363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0363C; }
p { color: rgb(192,54,60); }
H1.HeaderClassName
{
color: #C0363C;
}
.AnyTagClassName
{
color: #C0363C;
}
</style>
background-color css
<style>
a { background-color: #C0363C; }
a { background-color: rgb(192,54,60); }
div.DivClassName
{
background-color: #C0363C;
}
.BgClassName
{
background-color: #C0363C;
}
</style>
border-color css
<style>
span { border-color: #C0363C; }
span { border-color: rgb(192,54,60); }
td.TdClassName
{
border-color: #C0363C;
}
.TagClassName
{
border-color: #C0363C;
}
</style>