Shades of Mahogany #C63840
Tints of Mahogany #C63840
RGB
CMYK
RGB Variations
Color information
#C63840 (or 0xC63840) is known color: Mahogany. HEX triplet: C6, 38 and 40. RGB value is (198,56,64). Sum of RGB (Red+Green+Blue) = 198+56+64=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C63840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63840 is #39C7BF. Grayscale: #636363. Windows color (decimal): -3786688 or 4208838. OLE color: 4208838.
HSL color Cylindrical-coordinate representation of color #C63840: hue angle of 356.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63840 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 64 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.22 |
| HSL | 356.62º | 0.56% | 0.5% | - |
| HSV(B) | 356.62º | 0.72% | 0.78% | - |
| XYZ | 25.63 | 15.2 | 6.43 | - |
| YUV | 99.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 64 | 0 | 0.72 | 0.68 | 0.22 | 356.62 | 0.56 | 0.5 |
| Hex | C6 | 38 | 40 | 0 | 48 | 44 | 16 | 165 | 38 | 32 |
| Octal | 306 | 70 | 100 | 0 | 110 | 104 | 26 | 545 | 70 | 62 |
| Binary | 11000110 | 111000 | 1000000 | 0 | 1001000 | 1000100 | 10110 | 101100101 | 111000 | 110010 |
Color Harmonies of #C63840
Complementary color
Monochromatic Colors of #C63840
Black with #C63840
Text Example
Text Example
White with #C63840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63840; }
p { color: rgb(198,56,64); }
H1.HeaderClassName
{
color: #C63840;
}
.AnyTagClassName
{
color: #C63840;
}
</style>
background-color css
<style>
a { background-color: #C63840; }
a { background-color: rgb(198,56,64); }
div.DivClassName
{
background-color: #C63840;
}
.BgClassName
{
background-color: #C63840;
}
</style>
border-color css
<style>
span { border-color: #C63840; }
span { border-color: rgb(198,56,64); }
td.TdClassName
{
border-color: #C63840;
}
.TagClassName
{
border-color: #C63840;
}
</style>