Shades of Mahogany #CE3E45
Tints of Mahogany #CE3E45
RGB
CMYK
RGB Variations
Color information
#CE3E45 (or 0xCE3E45) is known color: Mahogany. HEX triplet: CE, 3E and 45. RGB value is (206,62,69). Sum of RGB (Red+Green+Blue) = 206+62+69=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E45 is #31C1BA. Grayscale: #696969. Windows color (decimal): -3260859 or 4538062. OLE color: 4538062.
HSL color Cylindrical-coordinate representation of color #CE3E45: hue angle of 357.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E45 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 69 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.19 |
| HSL | 357.08º | 0.6% | 0.53% | - |
| HSV(B) | 357.08º | 0.7% | 0.81% | - |
| XYZ | 28.25 | 17 | 7.42 | - |
| YUV | 105.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 69 | 0 | 0.70 | 0.67 | 0.19 | 357.08 | 0.6 | 0.53 |
| Hex | CE | 3E | 45 | 0 | 46 | 43 | 13 | 165 | 3C | 35 |
| Octal | 316 | 76 | 105 | 0 | 106 | 103 | 23 | 545 | 74 | 65 |
| Binary | 11001110 | 111110 | 1000101 | 0 | 1000110 | 1000011 | 10011 | 101100101 | 111100 | 110101 |
Color Harmonies of #CE3E45
Complementary color
Monochromatic Colors of #CE3E45
Black with #CE3E45
Text Example
Text Example
White with #CE3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E45; }
p { color: rgb(206,62,69); }
H1.HeaderClassName
{
color: #CE3E45;
}
.AnyTagClassName
{
color: #CE3E45;
}
</style>
background-color css
<style>
a { background-color: #CE3E45; }
a { background-color: rgb(206,62,69); }
div.DivClassName
{
background-color: #CE3E45;
}
.BgClassName
{
background-color: #CE3E45;
}
</style>
border-color css
<style>
span { border-color: #CE3E45; }
span { border-color: rgb(206,62,69); }
td.TdClassName
{
border-color: #CE3E45;
}
.TagClassName
{
border-color: #CE3E45;
}
</style>