Shades of Mahogany #CE4447
Tints of Mahogany #CE4447
RGB
CMYK
RGB Variations
Color information
#CE4447 (or 0xCE4447) is known color: Mahogany. HEX triplet: CE, 44 and 47. RGB value is (206,68,71). Sum of RGB (Red+Green+Blue) = 206+68+71=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4447 is #31BBB8. Grayscale: #6D6D6D. Windows color (decimal): -3259321 or 4670670. OLE color: 4670670.
HSL color Cylindrical-coordinate representation of color #CE4447: hue angle of 358.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4447 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.19 |
| HSL | 358.7º | 0.58% | 0.54% | - |
| HSV(B) | 358.7º | 0.67% | 0.81% | - |
| XYZ | 28.66 | 17.71 | 7.87 | - |
| YUV | 109.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 71 | 0 | 0.67 | 0.66 | 0.19 | 358.7 | 0.58 | 0.54 |
| Hex | CE | 44 | 47 | 0 | 43 | 42 | 13 | 167 | 3A | 36 |
| Octal | 316 | 104 | 107 | 0 | 103 | 102 | 23 | 547 | 72 | 66 |
| Binary | 11001110 | 1000100 | 1000111 | 0 | 1000011 | 1000010 | 10011 | 101100111 | 111010 | 110110 |
Color Harmonies of #CE4447
Complementary color
Monochromatic Colors of #CE4447
Black with #CE4447
Text Example
Text Example
White with #CE4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4447; }
p { color: rgb(206,68,71); }
H1.HeaderClassName
{
color: #CE4447;
}
.AnyTagClassName
{
color: #CE4447;
}
</style>
background-color css
<style>
a { background-color: #CE4447; }
a { background-color: rgb(206,68,71); }
div.DivClassName
{
background-color: #CE4447;
}
.BgClassName
{
background-color: #CE4447;
}
</style>
border-color css
<style>
span { border-color: #CE4447; }
span { border-color: rgb(206,68,71); }
td.TdClassName
{
border-color: #CE4447;
}
.TagClassName
{
border-color: #CE4447;
}
</style>