Shades of Mahogany #CE4244
Tints of Mahogany #CE4244
RGB
CMYK
RGB Variations
Color information
#CE4244 (or 0xCE4244) is known color: Mahogany. HEX triplet: CE, 42 and 44. RGB value is (206,66,68). Sum of RGB (Red+Green+Blue) = 206+66+68=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4244 is #31BDBB. Grayscale: #6C6C6C. Windows color (decimal): -3259836 or 4473550. OLE color: 4473550.
HSL color Cylindrical-coordinate representation of color #CE4244: hue angle of 359.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4244 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 68 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.19 |
| HSL | 359.14º | 0.59% | 0.53% | - |
| HSV(B) | 359.14º | 0.68% | 0.81% | - |
| XYZ | 28.45 | 17.44 | 7.34 | - |
| YUV | 108.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 68 | 0 | 0.68 | 0.67 | 0.19 | 359.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 44 | 0 | 44 | 43 | 13 | 167 | 3B | 35 |
| Octal | 316 | 102 | 104 | 0 | 104 | 103 | 23 | 547 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1000100 | 0 | 1000100 | 1000011 | 10011 | 101100111 | 111011 | 110101 |
Color Harmonies of #CE4244
Complementary color
Monochromatic Colors of #CE4244
Black with #CE4244
Text Example
Text Example
White with #CE4244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4244; }
p { color: rgb(206,66,68); }
H1.HeaderClassName
{
color: #CE4244;
}
.AnyTagClassName
{
color: #CE4244;
}
</style>
background-color css
<style>
a { background-color: #CE4244; }
a { background-color: rgb(206,66,68); }
div.DivClassName
{
background-color: #CE4244;
}
.BgClassName
{
background-color: #CE4244;
}
</style>
border-color css
<style>
span { border-color: #CE4244; }
span { border-color: rgb(206,66,68); }
td.TdClassName
{
border-color: #CE4244;
}
.TagClassName
{
border-color: #CE4244;
}
</style>