Shades of Mahogany #C8363E
Tints of Mahogany #C8363E
RGB
CMYK
RGB Variations
Color information
#C8363E (or 0xC8363E) is known color: Mahogany. HEX triplet: C8, 36 and 3E. RGB value is (200,54,62). Sum of RGB (Red+Green+Blue) = 200+54+62=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8363E is #37C9C1. Grayscale: #626262. Windows color (decimal): -3656130 or 4077256. OLE color: 4077256.
HSL color Cylindrical-coordinate representation of color #C8363E: hue angle of 356.71º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8363E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 62 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.22 |
| HSL | 356.71º | 0.57% | 0.5% | - |
| HSV(B) | 356.71º | 0.73% | 0.78% | - |
| XYZ | 26.01 | 15.27 | 6.13 | - |
| YUV | 98.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 62 | 0 | 0.73 | 0.69 | 0.22 | 356.71 | 0.57 | 0.5 |
| Hex | C8 | 36 | 3E | 0 | 49 | 45 | 16 | 165 | 39 | 32 |
| Octal | 310 | 66 | 76 | 0 | 111 | 105 | 26 | 545 | 71 | 62 |
| Binary | 11001000 | 110110 | 111110 | 0 | 1001001 | 1000101 | 10110 | 101100101 | 111001 | 110010 |
Color Harmonies of #C8363E
Complementary color
Monochromatic Colors of #C8363E
Black with #C8363E
Text Example
Text Example
White with #C8363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8363E; }
p { color: rgb(200,54,62); }
H1.HeaderClassName
{
color: #C8363E;
}
.AnyTagClassName
{
color: #C8363E;
}
</style>
background-color css
<style>
a { background-color: #C8363E; }
a { background-color: rgb(200,54,62); }
div.DivClassName
{
background-color: #C8363E;
}
.BgClassName
{
background-color: #C8363E;
}
</style>
border-color css
<style>
span { border-color: #C8363E; }
span { border-color: rgb(200,54,62); }
td.TdClassName
{
border-color: #C8363E;
}
.TagClassName
{
border-color: #C8363E;
}
</style>