Shades of Mahogany #CE4046
Tints of Mahogany #CE4046
RGB
CMYK
RGB Variations
Color information
#CE4046 (or 0xCE4046) is known color: Mahogany. HEX triplet: CE, 40 and 46. RGB value is (206,64,70). Sum of RGB (Red+Green+Blue) = 206+64+70=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4046 is #31BFB9. Grayscale: #6B6B6B. Windows color (decimal): -3260346 or 4604110. OLE color: 4604110.
HSL color Cylindrical-coordinate representation of color #CE4046: hue angle of 357.46º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4046 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 70 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.19 |
| HSL | 357.46º | 0.59% | 0.53% | - |
| HSV(B) | 357.46º | 0.69% | 0.81% | - |
| XYZ | 28.39 | 17.23 | 7.62 | - |
| YUV | 107.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 70 | 0 | 0.69 | 0.66 | 0.19 | 357.46 | 0.59 | 0.53 |
| Hex | CE | 40 | 46 | 0 | 45 | 42 | 13 | 165 | 3B | 35 |
| Octal | 316 | 100 | 106 | 0 | 105 | 102 | 23 | 545 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1000110 | 0 | 1000101 | 1000010 | 10011 | 101100101 | 111011 | 110101 |
Color Harmonies of #CE4046
Complementary color
Monochromatic Colors of #CE4046
Black with #CE4046
Text Example
Text Example
White with #CE4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4046; }
p { color: rgb(206,64,70); }
H1.HeaderClassName
{
color: #CE4046;
}
.AnyTagClassName
{
color: #CE4046;
}
</style>
background-color css
<style>
a { background-color: #CE4046; }
a { background-color: rgb(206,64,70); }
div.DivClassName
{
background-color: #CE4046;
}
.BgClassName
{
background-color: #CE4046;
}
</style>
border-color css
<style>
span { border-color: #CE4046; }
span { border-color: rgb(206,64,70); }
td.TdClassName
{
border-color: #CE4046;
}
.TagClassName
{
border-color: #CE4046;
}
</style>