Shades of Mahogany #C6282D
Tints of Mahogany #C6282D
RGB
CMYK
RGB Variations
Color information
#C6282D (or 0xC6282D) is known color: Mahogany. HEX triplet: C6, 28 and 2D. RGB value is (198,40,45). Sum of RGB (Red+Green+Blue) = 198+40+45=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6282D is #39D7D2. Grayscale: #575757. Windows color (decimal): -3790803 or 2959558. OLE color: 2959558.
HSL color Cylindrical-coordinate representation of color #C6282D: hue angle of 358.1º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6282D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 45 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.22 |
| HSL | 358.1º | 0.66% | 0.47% | - |
| HSV(B) | 358.1º | 0.8% | 0.78% | - |
| XYZ | 24.52 | 13.71 | 3.84 | - |
| YUV | 87.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 45 | 0 | 0.80 | 0.77 | 0.22 | 358.1 | 0.66 | 0.47 |
| Hex | C6 | 28 | 2D | 0 | 50 | 4D | 16 | 166 | 42 | 2F |
| Octal | 306 | 50 | 55 | 0 | 120 | 115 | 26 | 546 | 102 | 57 |
| Binary | 11000110 | 101000 | 101101 | 0 | 1010000 | 1001101 | 10110 | 101100110 | 1000010 | 101111 |
Color Harmonies of #C6282D
Complementary color
Monochromatic Colors of #C6282D
Black with #C6282D
Text Example
Text Example
White with #C6282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6282D; }
p { color: rgb(198,40,45); }
H1.HeaderClassName
{
color: #C6282D;
}
.AnyTagClassName
{
color: #C6282D;
}
</style>
background-color css
<style>
a { background-color: #C6282D; }
a { background-color: rgb(198,40,45); }
div.DivClassName
{
background-color: #C6282D;
}
.BgClassName
{
background-color: #C6282D;
}
</style>
border-color css
<style>
span { border-color: #C6282D; }
span { border-color: rgb(198,40,45); }
td.TdClassName
{
border-color: #C6282D;
}
.TagClassName
{
border-color: #C6282D;
}
</style>