Shades of Mahogany #C82E30
Tints of Mahogany #C82E30
RGB
CMYK
RGB Variations
Color information
#C82E30 (or 0xC82E30) is known color: Mahogany. HEX triplet: C8, 2E and 30. RGB value is (200,46,48). Sum of RGB (Red+Green+Blue) = 200+46+48=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E30 is #37D1CF. Grayscale: #5C5C5C. Windows color (decimal): -3658192 or 3157704. OLE color: 3157704.
HSL color Cylindrical-coordinate representation of color #C82E30: hue angle of 359.22º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E30 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 48 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.22 |
| HSL | 359.22º | 0.63% | 0.48% | - |
| HSV(B) | 359.22º | 0.77% | 0.78% | - |
| XYZ | 25.33 | 14.45 | 4.25 | - |
| YUV | 92.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 48 | 0 | 0.77 | 0.76 | 0.22 | 359.22 | 0.63 | 0.48 |
| Hex | C8 | 2E | 30 | 0 | 4D | 4C | 16 | 167 | 3F | 30 |
| Octal | 310 | 56 | 60 | 0 | 115 | 114 | 26 | 547 | 77 | 60 |
| Binary | 11001000 | 101110 | 110000 | 0 | 1001101 | 1001100 | 10110 | 101100111 | 111111 | 110000 |
Color Harmonies of #C82E30
Complementary color
Monochromatic Colors of #C82E30
Black with #C82E30
Text Example
Text Example
White with #C82E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E30; }
p { color: rgb(200,46,48); }
H1.HeaderClassName
{
color: #C82E30;
}
.AnyTagClassName
{
color: #C82E30;
}
</style>
background-color css
<style>
a { background-color: #C82E30; }
a { background-color: rgb(200,46,48); }
div.DivClassName
{
background-color: #C82E30;
}
.BgClassName
{
background-color: #C82E30;
}
</style>
border-color css
<style>
span { border-color: #C82E30; }
span { border-color: rgb(200,46,48); }
td.TdClassName
{
border-color: #C82E30;
}
.TagClassName
{
border-color: #C82E30;
}
</style>