Shades of Mahogany #C03E40
Tints of Mahogany #C03E40
RGB
CMYK
RGB Variations
Color information
#C03E40 (or 0xC03E40) is known color: Mahogany. HEX triplet: C0, 3E and 40. RGB value is (192,62,64). Sum of RGB (Red+Green+Blue) = 192+62+64=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E40 is #3FC1BF. Grayscale: #656565. Windows color (decimal): -4178368 or 4210368. OLE color: 4210368.
HSL color Cylindrical-coordinate representation of color #C03E40: hue angle of 359.08º 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 #C03E40 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 64 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.25 |
| HSL | 359.08º | 0.51% | 0.5% | - |
| HSV(B) | 359.08º | 0.68% | 0.75% | - |
| XYZ | 24.39 | 15.02 | 6.46 | - |
| YUV | 101.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 64 | 0 | 0.68 | 0.67 | 0.25 | 359.08 | 0.51 | 0.5 |
| Hex | C0 | 3E | 40 | 0 | 44 | 43 | 19 | 167 | 33 | 32 |
| Octal | 300 | 76 | 100 | 0 | 104 | 103 | 31 | 547 | 63 | 62 |
| Binary | 11000000 | 111110 | 1000000 | 0 | 1000100 | 1000011 | 11001 | 101100111 | 110011 | 110010 |
Color Harmonies of #C03E40
Complementary color
Monochromatic Colors of #C03E40
Black with #C03E40
Text Example
Text Example
White with #C03E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E40; }
p { color: rgb(192,62,64); }
H1.HeaderClassName
{
color: #C03E40;
}
.AnyTagClassName
{
color: #C03E40;
}
</style>
background-color css
<style>
a { background-color: #C03E40; }
a { background-color: rgb(192,62,64); }
div.DivClassName
{
background-color: #C03E40;
}
.BgClassName
{
background-color: #C03E40;
}
</style>
border-color css
<style>
span { border-color: #C03E40; }
span { border-color: rgb(192,62,64); }
td.TdClassName
{
border-color: #C03E40;
}
.TagClassName
{
border-color: #C03E40;
}
</style>