Shades of Mahogany #C8323A
Tints of Mahogany #C8323A
RGB
CMYK
RGB Variations
Color information
#C8323A (or 0xC8323A) is known color: Mahogany. HEX triplet: C8, 32 and 3A. RGB value is (200,50,58). Sum of RGB (Red+Green+Blue) = 200+50+58=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8323A is #37CDC5. Grayscale: #5F5F5F. Windows color (decimal): -3657158 or 3814088. OLE color: 3814088.
HSL color Cylindrical-coordinate representation of color #C8323A: hue angle of 356.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8323A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 58 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.22 |
| HSL | 356.8º | 0.6% | 0.49% | - |
| HSV(B) | 356.8º | 0.75% | 0.78% | - |
| XYZ | 25.72 | 14.87 | 5.52 | - |
| YUV | 95.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 58 | 0 | 0.75 | 0.71 | 0.22 | 356.8 | 0.6 | 0.49 |
| Hex | C8 | 32 | 3A | 0 | 4B | 47 | 16 | 165 | 3C | 31 |
| Octal | 310 | 62 | 72 | 0 | 113 | 107 | 26 | 545 | 74 | 61 |
| Binary | 11001000 | 110010 | 111010 | 0 | 1001011 | 1000111 | 10110 | 101100101 | 111100 | 110001 |
Color Harmonies of #C8323A
Complementary color
Monochromatic Colors of #C8323A
Black with #C8323A
Text Example
Text Example
White with #C8323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8323A; }
p { color: rgb(200,50,58); }
H1.HeaderClassName
{
color: #C8323A;
}
.AnyTagClassName
{
color: #C8323A;
}
</style>
background-color css
<style>
a { background-color: #C8323A; }
a { background-color: rgb(200,50,58); }
div.DivClassName
{
background-color: #C8323A;
}
.BgClassName
{
background-color: #C8323A;
}
</style>
border-color css
<style>
span { border-color: #C8323A; }
span { border-color: rgb(200,50,58); }
td.TdClassName
{
border-color: #C8323A;
}
.TagClassName
{
border-color: #C8323A;
}
</style>