Shades of Mahogany #C03E3F
Tints of Mahogany #C03E3F
RGB
CMYK
RGB Variations
Color information
#C03E3F (or 0xC03E3F) is known color: Mahogany. HEX triplet: C0, 3E and 3F. RGB value is (192,62,63). Sum of RGB (Red+Green+Blue) = 192+62+63=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E3F is #3FC1C0. Grayscale: #656565. Windows color (decimal): -4178369 or 4144832. OLE color: 4144832.
HSL color Cylindrical-coordinate representation of color #C03E3F: hue angle of 359.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E3F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 63 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.25 |
| HSL | 359.54º | 0.51% | 0.5% | - |
| HSV(B) | 359.54º | 0.68% | 0.75% | - |
| XYZ | 24.36 | 15.01 | 6.32 | - |
| YUV | 100.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 63 | 0 | 0.68 | 0.67 | 0.25 | 359.54 | 0.51 | 0.5 |
| Hex | C0 | 3E | 3F | 0 | 44 | 43 | 19 | 168 | 33 | 32 |
| Octal | 300 | 76 | 77 | 0 | 104 | 103 | 31 | 550 | 63 | 62 |
| Binary | 11000000 | 111110 | 111111 | 0 | 1000100 | 1000011 | 11001 | 101101000 | 110011 | 110010 |
Color Harmonies of #C03E3F
Complementary color
Monochromatic Colors of #C03E3F
Black with #C03E3F
Text Example
Text Example
White with #C03E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E3F; }
p { color: rgb(192,62,63); }
H1.HeaderClassName
{
color: #C03E3F;
}
.AnyTagClassName
{
color: #C03E3F;
}
</style>
background-color css
<style>
a { background-color: #C03E3F; }
a { background-color: rgb(192,62,63); }
div.DivClassName
{
background-color: #C03E3F;
}
.BgClassName
{
background-color: #C03E3F;
}
</style>
border-color css
<style>
span { border-color: #C03E3F; }
span { border-color: rgb(192,62,63); }
td.TdClassName
{
border-color: #C03E3F;
}
.TagClassName
{
border-color: #C03E3F;
}
</style>