Shades of Mahogany #CE353C
Tints of Mahogany #CE353C
RGB
CMYK
RGB Variations
Color information
#CE353C (or 0xCE353C) is known color: Mahogany. HEX triplet: CE, 35 and 3C. RGB value is (206,53,60). Sum of RGB (Red+Green+Blue) = 206+53+60=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE353C is #31CAC3. Grayscale: #636363. Windows color (decimal): -3263172 or 3945934. OLE color: 3945934.
HSL color Cylindrical-coordinate representation of color #CE353C: hue angle of 357.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE353C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.19 |
| HSL | 357.25º | 0.61% | 0.51% | - |
| HSV(B) | 357.25º | 0.74% | 0.81% | - |
| XYZ | 27.54 | 15.99 | 5.91 | - |
| YUV | 99.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 60 | 0 | 0.74 | 0.71 | 0.19 | 357.25 | 0.61 | 0.51 |
| Hex | CE | 35 | 3C | 0 | 4A | 47 | 13 | 165 | 3D | 33 |
| Octal | 316 | 65 | 74 | 0 | 112 | 107 | 23 | 545 | 75 | 63 |
| Binary | 11001110 | 110101 | 111100 | 0 | 1001010 | 1000111 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CE353C
Complementary color
Monochromatic Colors of #CE353C
Black with #CE353C
Text Example
Text Example
White with #CE353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE353C; }
p { color: rgb(206,53,60); }
H1.HeaderClassName
{
color: #CE353C;
}
.AnyTagClassName
{
color: #CE353C;
}
</style>
background-color css
<style>
a { background-color: #CE353C; }
a { background-color: rgb(206,53,60); }
div.DivClassName
{
background-color: #CE353C;
}
.BgClassName
{
background-color: #CE353C;
}
</style>
border-color css
<style>
span { border-color: #CE353C; }
span { border-color: rgb(206,53,60); }
td.TdClassName
{
border-color: #CE353C;
}
.TagClassName
{
border-color: #CE353C;
}
</style>