Shades of Mahogany #C12D37
Tints of Mahogany #C12D37
RGB
CMYK
RGB Variations
Color information
#C12D37 (or 0xC12D37) is known color: Mahogany. HEX triplet: C1, 2D and 37. RGB value is (193,45,55). Sum of RGB (Red+Green+Blue) = 193+45+55=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D37 is #3ED2C8. Grayscale: #5A5A5A. Windows color (decimal): -4117193 or 3616193. OLE color: 3616193.
HSL color Cylindrical-coordinate representation of color #C12D37: hue angle of 355.95º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.24 |
| HSL | 355.95º | 0.62% | 0.47% | - |
| HSV(B) | 355.95º | 0.77% | 0.76% | - |
| XYZ | 23.62 | 13.49 | 4.97 | - |
| YUV | 90.39 | 108.03 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 55 | 0 | 0.77 | 0.72 | 0.24 | 355.95 | 0.62 | 0.47 |
| Hex | C1 | 2D | 37 | 0 | 4D | 48 | 18 | 164 | 3E | 2F |
| Octal | 301 | 55 | 67 | 0 | 115 | 110 | 30 | 544 | 76 | 57 |
| Binary | 11000001 | 101101 | 110111 | 0 | 1001101 | 1001000 | 11000 | 101100100 | 111110 | 101111 |
Color Harmonies of #C12D37
Complementary color
Monochromatic Colors of #C12D37
Black with #C12D37
Text Example
Text Example
White with #C12D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D37; }
p { color: rgb(193,45,55); }
H1.HeaderClassName
{
color: #C12D37;
}
.AnyTagClassName
{
color: #C12D37;
}
</style>
background-color css
<style>
a { background-color: #C12D37; }
a { background-color: rgb(193,45,55); }
div.DivClassName
{
background-color: #C12D37;
}
.BgClassName
{
background-color: #C12D37;
}
</style>
border-color css
<style>
span { border-color: #C12D37; }
span { border-color: rgb(193,45,55); }
td.TdClassName
{
border-color: #C12D37;
}
.TagClassName
{
border-color: #C12D37;
}
</style>