Shades of Mahogany #CE3F45
Tints of Mahogany #CE3F45
RGB
CMYK
RGB Variations
Color information
#CE3F45 (or 0xCE3F45) is known color: Mahogany. HEX triplet: CE, 3F and 45. RGB value is (206,63,69). Sum of RGB (Red+Green+Blue) = 206+63+69=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F45 is #31C0BA. Grayscale: #6A6A6A. Windows color (decimal): -3260603 or 4538318. OLE color: 4538318.
HSL color Cylindrical-coordinate representation of color #CE3F45: hue angle of 357.48º 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 #CE3F45 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 69 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.19 |
| HSL | 357.48º | 0.59% | 0.53% | - |
| HSV(B) | 357.48º | 0.69% | 0.81% | - |
| XYZ | 28.31 | 17.11 | 7.44 | - |
| YUV | 106.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 69 | 0 | 0.69 | 0.67 | 0.19 | 357.48 | 0.59 | 0.53 |
| Hex | CE | 3F | 45 | 0 | 45 | 43 | 13 | 165 | 3B | 35 |
| Octal | 316 | 77 | 105 | 0 | 105 | 103 | 23 | 545 | 73 | 65 |
| Binary | 11001110 | 111111 | 1000101 | 0 | 1000101 | 1000011 | 10011 | 101100101 | 111011 | 110101 |
Color Harmonies of #CE3F45
Complementary color
Monochromatic Colors of #CE3F45
Black with #CE3F45
Text Example
Text Example
White with #CE3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F45; }
p { color: rgb(206,63,69); }
H1.HeaderClassName
{
color: #CE3F45;
}
.AnyTagClassName
{
color: #CE3F45;
}
</style>
background-color css
<style>
a { background-color: #CE3F45; }
a { background-color: rgb(206,63,69); }
div.DivClassName
{
background-color: #CE3F45;
}
.BgClassName
{
background-color: #CE3F45;
}
</style>
border-color css
<style>
span { border-color: #CE3F45; }
span { border-color: rgb(206,63,69); }
td.TdClassName
{
border-color: #CE3F45;
}
.TagClassName
{
border-color: #CE3F45;
}
</style>