Shades of Mahogany #CE4045
Tints of Mahogany #CE4045
RGB
CMYK
RGB Variations
Color information
#CE4045 (or 0xCE4045) is known color: Mahogany. HEX triplet: CE, 40 and 45. RGB value is (206,64,69). Sum of RGB (Red+Green+Blue) = 206+64+69=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4045 is #31BFBA. Grayscale: #6B6B6B. Windows color (decimal): -3260347 or 4538574. OLE color: 4538574.
HSL color Cylindrical-coordinate representation of color #CE4045: hue angle of 357.89º 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 #CE4045 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 69 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.19 |
| HSL | 357.89º | 0.59% | 0.53% | - |
| HSV(B) | 357.89º | 0.69% | 0.81% | - |
| XYZ | 28.36 | 17.22 | 7.46 | - |
| YUV | 107.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 69 | 0 | 0.69 | 0.67 | 0.19 | 357.89 | 0.59 | 0.53 |
| Hex | CE | 40 | 45 | 0 | 45 | 43 | 13 | 166 | 3B | 35 |
| Octal | 316 | 100 | 105 | 0 | 105 | 103 | 23 | 546 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1000101 | 0 | 1000101 | 1000011 | 10011 | 101100110 | 111011 | 110101 |
Color Harmonies of #CE4045
Complementary color
Monochromatic Colors of #CE4045
Black with #CE4045
Text Example
Text Example
White with #CE4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4045; }
p { color: rgb(206,64,69); }
H1.HeaderClassName
{
color: #CE4045;
}
.AnyTagClassName
{
color: #CE4045;
}
</style>
background-color css
<style>
a { background-color: #CE4045; }
a { background-color: rgb(206,64,69); }
div.DivClassName
{
background-color: #CE4045;
}
.BgClassName
{
background-color: #CE4045;
}
</style>
border-color css
<style>
span { border-color: #CE4045; }
span { border-color: rgb(206,64,69); }
td.TdClassName
{
border-color: #CE4045;
}
.TagClassName
{
border-color: #CE4045;
}
</style>