Shades of Mahogany #C14143
Tints of Mahogany #C14143
RGB
CMYK
RGB Variations
Color information
#C14143 (or 0xC14143) is known color: Mahogany. HEX triplet: C1, 41 and 43. RGB value is (193,65,67). Sum of RGB (Red+Green+Blue) = 193+65+67=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C14143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14143 is #3EBEBC. Grayscale: #676767. Windows color (decimal): -4112061 or 4407745. OLE color: 4407745.
HSL color Cylindrical-coordinate representation of color #C14143: hue angle of 359.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14143 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 67 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.24 |
| HSL | 359.06º | 0.51% | 0.51% | - |
| HSV(B) | 359.06º | 0.66% | 0.76% | - |
| XYZ | 24.9 | 15.52 | 6.99 | - |
| YUV | 103.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 67 | 0 | 0.66 | 0.65 | 0.24 | 359.06 | 0.51 | 0.51 |
| Hex | C1 | 41 | 43 | 0 | 42 | 41 | 18 | 167 | 33 | 33 |
| Octal | 301 | 101 | 103 | 0 | 102 | 101 | 30 | 547 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1000011 | 0 | 1000010 | 1000001 | 11000 | 101100111 | 110011 | 110011 |
Color Harmonies of #C14143
Complementary color
Monochromatic Colors of #C14143
Black with #C14143
Text Example
Text Example
White with #C14143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14143; }
p { color: rgb(193,65,67); }
H1.HeaderClassName
{
color: #C14143;
}
.AnyTagClassName
{
color: #C14143;
}
</style>
background-color css
<style>
a { background-color: #C14143; }
a { background-color: rgb(193,65,67); }
div.DivClassName
{
background-color: #C14143;
}
.BgClassName
{
background-color: #C14143;
}
</style>
border-color css
<style>
span { border-color: #C14143; }
span { border-color: rgb(193,65,67); }
td.TdClassName
{
border-color: #C14143;
}
.TagClassName
{
border-color: #C14143;
}
</style>