Shades of Mahogany #C64143
Tints of Mahogany #C64143
RGB
CMYK
RGB Variations
Color information
#C64143 (or 0xC64143) is known color: Mahogany. HEX triplet: C6, 41 and 43. RGB value is (198,65,67). Sum of RGB (Red+Green+Blue) = 198+65+67=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64143 is #39BEBC. Grayscale: #696969. Windows color (decimal): -3784381 or 4407750. OLE color: 4407750.
HSL color Cylindrical-coordinate representation of color #C64143: hue angle of 359.1º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64143 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 67 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.22 |
| HSL | 359.1º | 0.54% | 0.52% | - |
| HSV(B) | 359.1º | 0.67% | 0.78% | - |
| XYZ | 26.19 | 16.19 | 7.06 | - |
| YUV | 105 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 67 | 0 | 0.67 | 0.66 | 0.22 | 359.1 | 0.54 | 0.52 |
| Hex | C6 | 41 | 43 | 0 | 43 | 42 | 16 | 167 | 36 | 34 |
| Octal | 306 | 101 | 103 | 0 | 103 | 102 | 26 | 547 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1000011 | 0 | 1000011 | 1000010 | 10110 | 101100111 | 110110 | 110100 |
Color Harmonies of #C64143
Complementary color
Monochromatic Colors of #C64143
Black with #C64143
Text Example
Text Example
White with #C64143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64143; }
p { color: rgb(198,65,67); }
H1.HeaderClassName
{
color: #C64143;
}
.AnyTagClassName
{
color: #C64143;
}
</style>
background-color css
<style>
a { background-color: #C64143; }
a { background-color: rgb(198,65,67); }
div.DivClassName
{
background-color: #C64143;
}
.BgClassName
{
background-color: #C64143;
}
</style>
border-color css
<style>
span { border-color: #C64143; }
span { border-color: rgb(198,65,67); }
td.TdClassName
{
border-color: #C64143;
}
.TagClassName
{
border-color: #C64143;
}
</style>