Shades of Mahogany #CE383E
Tints of Mahogany #CE383E
RGB
CMYK
RGB Variations
Color information
#CE383E (or 0xCE383E) is known color: Mahogany. HEX triplet: CE, 38 and 3E. RGB value is (206,56,62). Sum of RGB (Red+Green+Blue) = 206+56+62=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE383E is #31C7C1. Grayscale: #656565. Windows color (decimal): -3262402 or 4077774. OLE color: 4077774.
HSL color Cylindrical-coordinate representation of color #CE383E: hue angle of 357.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE383E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 62 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.19 |
| HSL | 357.6º | 0.6% | 0.51% | - |
| HSV(B) | 357.6º | 0.73% | 0.81% | - |
| XYZ | 27.74 | 16.3 | 6.24 | - |
| YUV | 101.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 62 | 0 | 0.73 | 0.70 | 0.19 | 357.6 | 0.6 | 0.51 |
| Hex | CE | 38 | 3E | 0 | 49 | 46 | 13 | 166 | 3C | 33 |
| Octal | 316 | 70 | 76 | 0 | 111 | 106 | 23 | 546 | 74 | 63 |
| Binary | 11001110 | 111000 | 111110 | 0 | 1001001 | 1000110 | 10011 | 101100110 | 111100 | 110011 |
Color Harmonies of #CE383E
Complementary color
Monochromatic Colors of #CE383E
Black with #CE383E
Text Example
Text Example
White with #CE383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE383E; }
p { color: rgb(206,56,62); }
H1.HeaderClassName
{
color: #CE383E;
}
.AnyTagClassName
{
color: #CE383E;
}
</style>
background-color css
<style>
a { background-color: #CE383E; }
a { background-color: rgb(206,56,62); }
div.DivClassName
{
background-color: #CE383E;
}
.BgClassName
{
background-color: #CE383E;
}
</style>
border-color css
<style>
span { border-color: #CE383E; }
span { border-color: rgb(206,56,62); }
td.TdClassName
{
border-color: #CE383E;
}
.TagClassName
{
border-color: #CE383E;
}
</style>