Shades of Mahogany #C12F38
Tints of Mahogany #C12F38
RGB
CMYK
RGB Variations
Color information
#C12F38 (or 0xC12F38) is known color: Mahogany. HEX triplet: C1, 2F and 38. RGB value is (193,47,56). Sum of RGB (Red+Green+Blue) = 193+47+56=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F38 is #3ED0C7. Grayscale: #5B5B5B. Windows color (decimal): -4116680 or 3682241. OLE color: 3682241.
HSL color Cylindrical-coordinate representation of color #C12F38: hue angle of 356.3º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F38 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 56 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.24 |
| HSL | 356.3º | 0.61% | 0.47% | - |
| HSV(B) | 356.3º | 0.76% | 0.76% | - |
| XYZ | 23.72 | 13.66 | 5.13 | - |
| YUV | 91.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 56 | 0 | 0.76 | 0.71 | 0.24 | 356.3 | 0.61 | 0.47 |
| Hex | C1 | 2F | 38 | 0 | 4C | 47 | 18 | 164 | 3D | 2F |
| Octal | 301 | 57 | 70 | 0 | 114 | 107 | 30 | 544 | 75 | 57 |
| Binary | 11000001 | 101111 | 111000 | 0 | 1001100 | 1000111 | 11000 | 101100100 | 111101 | 101111 |
Color Harmonies of #C12F38
Complementary color
Monochromatic Colors of #C12F38
Black with #C12F38
Text Example
Text Example
White with #C12F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F38; }
p { color: rgb(193,47,56); }
H1.HeaderClassName
{
color: #C12F38;
}
.AnyTagClassName
{
color: #C12F38;
}
</style>
background-color css
<style>
a { background-color: #C12F38; }
a { background-color: rgb(193,47,56); }
div.DivClassName
{
background-color: #C12F38;
}
.BgClassName
{
background-color: #C12F38;
}
</style>
border-color css
<style>
span { border-color: #C12F38; }
span { border-color: rgb(193,47,56); }
td.TdClassName
{
border-color: #C12F38;
}
.TagClassName
{
border-color: #C12F38;
}
</style>