Shades of Mahogany #C8353B
Tints of Mahogany #C8353B
RGB
CMYK
RGB Variations
Color information
#C8353B (or 0xC8353B) is known color: Mahogany. HEX triplet: C8, 35 and 3B. RGB value is (200,53,59). Sum of RGB (Red+Green+Blue) = 200+53+59=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353B is #37CAC4. Grayscale: #616161. Windows color (decimal): -3656389 or 3880392. OLE color: 3880392.
HSL color Cylindrical-coordinate representation of color #C8353B: hue angle of 357.55º 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 #C8353B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 59 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.22 |
| HSL | 357.55º | 0.58% | 0.5% | - |
| HSV(B) | 357.55º | 0.74% | 0.78% | - |
| XYZ | 25.88 | 15.14 | 5.7 | - |
| YUV | 97.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 59 | 0 | 0.74 | 0.70 | 0.22 | 357.55 | 0.58 | 0.5 |
| Hex | C8 | 35 | 3B | 0 | 4A | 46 | 16 | 166 | 3A | 32 |
| Octal | 310 | 65 | 73 | 0 | 112 | 106 | 26 | 546 | 72 | 62 |
| Binary | 11001000 | 110101 | 111011 | 0 | 1001010 | 1000110 | 10110 | 101100110 | 111010 | 110010 |
Color Harmonies of #C8353B
Complementary color
Monochromatic Colors of #C8353B
Black with #C8353B
Text Example
Text Example
White with #C8353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8353B; }
p { color: rgb(200,53,59); }
H1.HeaderClassName
{
color: #C8353B;
}
.AnyTagClassName
{
color: #C8353B;
}
</style>
background-color css
<style>
a { background-color: #C8353B; }
a { background-color: rgb(200,53,59); }
div.DivClassName
{
background-color: #C8353B;
}
.BgClassName
{
background-color: #C8353B;
}
</style>
border-color css
<style>
span { border-color: #C8353B; }
span { border-color: rgb(200,53,59); }
td.TdClassName
{
border-color: #C8353B;
}
.TagClassName
{
border-color: #C8353B;
}
</style>