Shades of Mahogany #C03C3D
Tints of Mahogany #C03C3D
RGB
CMYK
RGB Variations
Color information
#C03C3D (or 0xC03C3D) is known color: Mahogany. HEX triplet: C0, 3C and 3D. RGB value is (192,60,61). Sum of RGB (Red+Green+Blue) = 192+60+61=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3D is #3FC3C2. Grayscale: #636363. Windows color (decimal): -4178883 or 4013248. OLE color: 4013248.
HSL color Cylindrical-coordinate representation of color #C03C3D: hue angle of 359.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C3D is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 61 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.25 |
| HSL | 359.55º | 0.52% | 0.49% | - |
| HSV(B) | 359.55º | 0.69% | 0.75% | - |
| XYZ | 24.2 | 14.78 | 5.99 | - |
| YUV | 99.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 61 | 0 | 0.69 | 0.68 | 0.25 | 359.55 | 0.52 | 0.49 |
| Hex | C0 | 3C | 3D | 0 | 45 | 44 | 19 | 168 | 34 | 31 |
| Octal | 300 | 74 | 75 | 0 | 105 | 104 | 31 | 550 | 64 | 61 |
| Binary | 11000000 | 111100 | 111101 | 0 | 1000101 | 1000100 | 11001 | 101101000 | 110100 | 110001 |
Color Harmonies of #C03C3D
Complementary color
Monochromatic Colors of #C03C3D
Black with #C03C3D
Text Example
Text Example
White with #C03C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C3D; }
p { color: rgb(192,60,61); }
H1.HeaderClassName
{
color: #C03C3D;
}
.AnyTagClassName
{
color: #C03C3D;
}
</style>
background-color css
<style>
a { background-color: #C03C3D; }
a { background-color: rgb(192,60,61); }
div.DivClassName
{
background-color: #C03C3D;
}
.BgClassName
{
background-color: #C03C3D;
}
</style>
border-color css
<style>
span { border-color: #C03C3D; }
span { border-color: rgb(192,60,61); }
td.TdClassName
{
border-color: #C03C3D;
}
.TagClassName
{
border-color: #C03C3D;
}
</style>