Shades of Mahogany #C8343A
Tints of Mahogany #C8343A
RGB
CMYK
RGB Variations
Color information
#C8343A (or 0xC8343A) is known color: Mahogany. HEX triplet: C8, 34 and 3A. RGB value is (200,52,58). Sum of RGB (Red+Green+Blue) = 200+52+58=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343A is #37CBC5. Grayscale: #616161. Windows color (decimal): -3656646 or 3814600. OLE color: 3814600.
HSL color Cylindrical-coordinate representation of color #C8343A: hue angle of 357.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8343A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 58 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.22 |
| HSL | 357.57º | 0.59% | 0.49% | - |
| HSV(B) | 357.57º | 0.74% | 0.78% | - |
| XYZ | 25.81 | 15.04 | 5.55 | - |
| YUV | 96.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 58 | 0 | 0.74 | 0.71 | 0.22 | 357.57 | 0.59 | 0.49 |
| Hex | C8 | 34 | 3A | 0 | 4A | 47 | 16 | 166 | 3B | 31 |
| Octal | 310 | 64 | 72 | 0 | 112 | 107 | 26 | 546 | 73 | 61 |
| Binary | 11001000 | 110100 | 111010 | 0 | 1001010 | 1000111 | 10110 | 101100110 | 111011 | 110001 |
Color Harmonies of #C8343A
Complementary color
Monochromatic Colors of #C8343A
Black with #C8343A
Text Example
Text Example
White with #C8343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8343A; }
p { color: rgb(200,52,58); }
H1.HeaderClassName
{
color: #C8343A;
}
.AnyTagClassName
{
color: #C8343A;
}
</style>
background-color css
<style>
a { background-color: #C8343A; }
a { background-color: rgb(200,52,58); }
div.DivClassName
{
background-color: #C8343A;
}
.BgClassName
{
background-color: #C8343A;
}
</style>
border-color css
<style>
span { border-color: #C8343A; }
span { border-color: rgb(200,52,58); }
td.TdClassName
{
border-color: #C8343A;
}
.TagClassName
{
border-color: #C8343A;
}
</style>