Shades of Mahogany #C8373C
Tints of Mahogany #C8373C
RGB
CMYK
RGB Variations
Color information
#C8373C (or 0xC8373C) is known color: Mahogany. HEX triplet: C8, 37 and 3C. RGB value is (200,55,60). Sum of RGB (Red+Green+Blue) = 200+55+60=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8373C is #37C8C3. Grayscale: #636363. Windows color (decimal): -3655876 or 3946440. OLE color: 3946440.
HSL color Cylindrical-coordinate representation of color #C8373C: hue angle of 357.93º 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 #C8373C is Cyan = 0, Magento = 0.72, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 60 | - |
| CMYK | 0 | 0.72 | 0.7 | 0.22 |
| HSL | 357.93º | 0.57% | 0.5% | - |
| HSV(B) | 357.93º | 0.73% | 0.78% | - |
| XYZ | 26 | 15.34 | 5.87 | - |
| YUV | 98.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 60 | 0 | 0.72 | 0.7 | 0.22 | 357.93 | 0.57 | 0.5 |
| Hex | C8 | 37 | 3C | 0 | 48 | 46 | 16 | 166 | 39 | 32 |
| Octal | 310 | 67 | 74 | 0 | 110 | 106 | 26 | 546 | 71 | 62 |
| Binary | 11001000 | 110111 | 111100 | 0 | 1001000 | 1000110 | 10110 | 101100110 | 111001 | 110010 |
Color Harmonies of #C8373C
Complementary color
Monochromatic Colors of #C8373C
Black with #C8373C
Text Example
Text Example
White with #C8373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8373C; }
p { color: rgb(200,55,60); }
H1.HeaderClassName
{
color: #C8373C;
}
.AnyTagClassName
{
color: #C8373C;
}
</style>
background-color css
<style>
a { background-color: #C8373C; }
a { background-color: rgb(200,55,60); }
div.DivClassName
{
background-color: #C8373C;
}
.BgClassName
{
background-color: #C8373C;
}
</style>
border-color css
<style>
span { border-color: #C8373C; }
span { border-color: rgb(200,55,60); }
td.TdClassName
{
border-color: #C8373C;
}
.TagClassName
{
border-color: #C8373C;
}
</style>