Shades of Mahogany #C8363D
Tints of Mahogany #C8363D
RGB
CMYK
RGB Variations
Color information
#C8363D (or 0xC8363D) is known color: Mahogany. HEX triplet: C8, 36 and 3D. RGB value is (200,54,61). Sum of RGB (Red+Green+Blue) = 200+54+61=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8363D is #37C9C2. Grayscale: #626262. Windows color (decimal): -3656131 or 4011720. OLE color: 4011720.
HSL color Cylindrical-coordinate representation of color #C8363D: hue angle of 357.12º 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 #C8363D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 61 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.22 |
| HSL | 357.12º | 0.57% | 0.5% | - |
| HSV(B) | 357.12º | 0.73% | 0.78% | - |
| XYZ | 25.98 | 15.25 | 5.99 | - |
| YUV | 98.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 61 | 0 | 0.73 | 0.69 | 0.22 | 357.12 | 0.57 | 0.5 |
| Hex | C8 | 36 | 3D | 0 | 49 | 45 | 16 | 165 | 39 | 32 |
| Octal | 310 | 66 | 75 | 0 | 111 | 105 | 26 | 545 | 71 | 62 |
| Binary | 11001000 | 110110 | 111101 | 0 | 1001001 | 1000101 | 10110 | 101100101 | 111001 | 110010 |
Color Harmonies of #C8363D
Complementary color
Monochromatic Colors of #C8363D
Black with #C8363D
Text Example
Text Example
White with #C8363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8363D; }
p { color: rgb(200,54,61); }
H1.HeaderClassName
{
color: #C8363D;
}
.AnyTagClassName
{
color: #C8363D;
}
</style>
background-color css
<style>
a { background-color: #C8363D; }
a { background-color: rgb(200,54,61); }
div.DivClassName
{
background-color: #C8363D;
}
.BgClassName
{
background-color: #C8363D;
}
</style>
border-color css
<style>
span { border-color: #C8363D; }
span { border-color: rgb(200,54,61); }
td.TdClassName
{
border-color: #C8363D;
}
.TagClassName
{
border-color: #C8363D;
}
</style>