Shades of Mahogany #C8353D
Tints of Mahogany #C8353D
RGB
CMYK
RGB Variations
Color information
#C8353D (or 0xC8353D) is known color: Mahogany. HEX triplet: C8, 35 and 3D. RGB value is (200,53,61). Sum of RGB (Red+Green+Blue) = 200+53+61=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353D is #37CAC2. Grayscale: #616161. Windows color (decimal): -3656387 or 4011464. OLE color: 4011464.
HSL color Cylindrical-coordinate representation of color #C8353D: hue angle of 356.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8353D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.22 |
| HSL | 356.73º | 0.58% | 0.5% | - |
| HSV(B) | 356.73º | 0.74% | 0.78% | - |
| XYZ | 25.93 | 15.16 | 5.97 | - |
| YUV | 97.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 61 | 0 | 0.74 | 0.69 | 0.22 | 356.73 | 0.58 | 0.5 |
| Hex | C8 | 35 | 3D | 0 | 4A | 45 | 16 | 165 | 3A | 32 |
| Octal | 310 | 65 | 75 | 0 | 112 | 105 | 26 | 545 | 72 | 62 |
| Binary | 11001000 | 110101 | 111101 | 0 | 1001010 | 1000101 | 10110 | 101100101 | 111010 | 110010 |
Color Harmonies of #C8353D
Complementary color
Monochromatic Colors of #C8353D
Black with #C8353D
Text Example
Text Example
White with #C8353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8353D; }
p { color: rgb(200,53,61); }
H1.HeaderClassName
{
color: #C8353D;
}
.AnyTagClassName
{
color: #C8353D;
}
</style>
background-color css
<style>
a { background-color: #C8353D; }
a { background-color: rgb(200,53,61); }
div.DivClassName
{
background-color: #C8353D;
}
.BgClassName
{
background-color: #C8353D;
}
</style>
border-color css
<style>
span { border-color: #C8353D; }
span { border-color: rgb(200,53,61); }
td.TdClassName
{
border-color: #C8353D;
}
.TagClassName
{
border-color: #C8353D;
}
</style>