Shades of Mahogany #C12C2F
Tints of Mahogany #C12C2F
RGB
CMYK
RGB Variations
Color information
#C12C2F (or 0xC12C2F) is known color: Mahogany. HEX triplet: C1, 2C and 2F. RGB value is (193,44,47). Sum of RGB (Red+Green+Blue) = 193+44+47=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C2F is #3ED3D0. Grayscale: #595959. Windows color (decimal): -4117457 or 3091649. OLE color: 3091649.
HSL color Cylindrical-coordinate representation of color #C12C2F: hue angle of 358.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C2F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 47 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.24 |
| HSL | 358.79º | 0.63% | 0.46% | - |
| HSV(B) | 358.79º | 0.77% | 0.76% | - |
| XYZ | 23.41 | 13.34 | 4.03 | - |
| YUV | 88.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 47 | 0 | 0.77 | 0.76 | 0.24 | 358.79 | 0.63 | 0.46 |
| Hex | C1 | 2C | 2F | 0 | 4D | 4C | 18 | 167 | 3F | 2E |
| Octal | 301 | 54 | 57 | 0 | 115 | 114 | 30 | 547 | 77 | 56 |
| Binary | 11000001 | 101100 | 101111 | 0 | 1001101 | 1001100 | 11000 | 101100111 | 111111 | 101110 |
Color Harmonies of #C12C2F
Complementary color
Monochromatic Colors of #C12C2F
Black with #C12C2F
Text Example
Text Example
White with #C12C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C2F; }
p { color: rgb(193,44,47); }
H1.HeaderClassName
{
color: #C12C2F;
}
.AnyTagClassName
{
color: #C12C2F;
}
</style>
background-color css
<style>
a { background-color: #C12C2F; }
a { background-color: rgb(193,44,47); }
div.DivClassName
{
background-color: #C12C2F;
}
.BgClassName
{
background-color: #C12C2F;
}
</style>
border-color css
<style>
span { border-color: #C12C2F; }
span { border-color: rgb(193,44,47); }
td.TdClassName
{
border-color: #C12C2F;
}
.TagClassName
{
border-color: #C12C2F;
}
</style>