Shades of Mahogany #C03F41
Tints of Mahogany #C03F41
RGB
CMYK
RGB Variations
Color information
#C03F41 (or 0xC03F41) is known color: Mahogany. HEX triplet: C0, 3F and 41. RGB value is (192,63,65). Sum of RGB (Red+Green+Blue) = 192+63+65=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F41 is #3FC0BE. Grayscale: #656565. Windows color (decimal): -4178111 or 4276160. OLE color: 4276160.
HSL color Cylindrical-coordinate representation of color #C03F41: hue angle of 359.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F41 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 65 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.25 |
| HSL | 359.07º | 0.51% | 0.5% | - |
| HSV(B) | 359.07º | 0.67% | 0.75% | - |
| XYZ | 24.47 | 15.14 | 6.63 | - |
| YUV | 101.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 65 | 0 | 0.67 | 0.66 | 0.25 | 359.07 | 0.51 | 0.5 |
| Hex | C0 | 3F | 41 | 0 | 43 | 42 | 19 | 167 | 33 | 32 |
| Octal | 300 | 77 | 101 | 0 | 103 | 102 | 31 | 547 | 63 | 62 |
| Binary | 11000000 | 111111 | 1000001 | 0 | 1000011 | 1000010 | 11001 | 101100111 | 110011 | 110010 |
Color Harmonies of #C03F41
Complementary color
Monochromatic Colors of #C03F41
Black with #C03F41
Text Example
Text Example
White with #C03F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F41; }
p { color: rgb(192,63,65); }
H1.HeaderClassName
{
color: #C03F41;
}
.AnyTagClassName
{
color: #C03F41;
}
</style>
background-color css
<style>
a { background-color: #C03F41; }
a { background-color: rgb(192,63,65); }
div.DivClassName
{
background-color: #C03F41;
}
.BgClassName
{
background-color: #C03F41;
}
</style>
border-color css
<style>
span { border-color: #C03F41; }
span { border-color: rgb(192,63,65); }
td.TdClassName
{
border-color: #C03F41;
}
.TagClassName
{
border-color: #C03F41;
}
</style>