Shades of Mahogany #C03638
Tints of Mahogany #C03638
RGB
CMYK
RGB Variations
Color information
#C03638 (or 0xC03638) is known color: Mahogany. HEX triplet: C0, 36 and 38. RGB value is (192,54,56). Sum of RGB (Red+Green+Blue) = 192+54+56=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03638 is #3FC9C7. Grayscale: #5F5F5F. Windows color (decimal): -4180424 or 3684032. OLE color: 3684032.
HSL color Cylindrical-coordinate representation of color #C03638: hue angle of 359.13º 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 #C03638 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 56 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.25 |
| HSL | 359.13º | 0.56% | 0.48% | - |
| HSV(B) | 359.13º | 0.72% | 0.75% | - |
| XYZ | 23.77 | 14.13 | 5.22 | - |
| YUV | 95.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 56 | 0 | 0.72 | 0.71 | 0.25 | 359.13 | 0.56 | 0.48 |
| Hex | C0 | 36 | 38 | 0 | 48 | 47 | 19 | 167 | 38 | 30 |
| Octal | 300 | 66 | 70 | 0 | 110 | 107 | 31 | 547 | 70 | 60 |
| Binary | 11000000 | 110110 | 111000 | 0 | 1001000 | 1000111 | 11001 | 101100111 | 111000 | 110000 |
Color Harmonies of #C03638
Complementary color
Monochromatic Colors of #C03638
Black with #C03638
Text Example
Text Example
White with #C03638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03638; }
p { color: rgb(192,54,56); }
H1.HeaderClassName
{
color: #C03638;
}
.AnyTagClassName
{
color: #C03638;
}
</style>
background-color css
<style>
a { background-color: #C03638; }
a { background-color: rgb(192,54,56); }
div.DivClassName
{
background-color: #C03638;
}
.BgClassName
{
background-color: #C03638;
}
</style>
border-color css
<style>
span { border-color: #C03638; }
span { border-color: rgb(192,54,56); }
td.TdClassName
{
border-color: #C03638;
}
.TagClassName
{
border-color: #C03638;
}
</style>