Shades of Mahogany #CE3C3D
Tints of Mahogany #CE3C3D
RGB
CMYK
RGB Variations
Color information
#CE3C3D (or 0xCE3C3D) is known color: Mahogany. HEX triplet: CE, 3C and 3D. RGB value is (206,60,61). Sum of RGB (Red+Green+Blue) = 206+60+61=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C3D is #31C3C2. Grayscale: #676767. Windows color (decimal): -3261379 or 4013262. OLE color: 4013262.
HSL color Cylindrical-coordinate representation of color #CE3C3D: hue angle of 359.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C3D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 61 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.19 |
| HSL | 359.59º | 0.6% | 0.52% | - |
| HSV(B) | 359.59º | 0.71% | 0.81% | - |
| XYZ | 27.91 | 16.69 | 6.17 | - |
| YUV | 103.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 61 | 0 | 0.71 | 0.70 | 0.19 | 359.59 | 0.6 | 0.52 |
| Hex | CE | 3C | 3D | 0 | 47 | 46 | 13 | 168 | 3C | 34 |
| Octal | 316 | 74 | 75 | 0 | 107 | 106 | 23 | 550 | 74 | 64 |
| Binary | 11001110 | 111100 | 111101 | 0 | 1000111 | 1000110 | 10011 | 101101000 | 111100 | 110100 |
Color Harmonies of #CE3C3D
Complementary color
Monochromatic Colors of #CE3C3D
Black with #CE3C3D
Text Example
Text Example
White with #CE3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C3D; }
p { color: rgb(206,60,61); }
H1.HeaderClassName
{
color: #CE3C3D;
}
.AnyTagClassName
{
color: #CE3C3D;
}
</style>
background-color css
<style>
a { background-color: #CE3C3D; }
a { background-color: rgb(206,60,61); }
div.DivClassName
{
background-color: #CE3C3D;
}
.BgClassName
{
background-color: #CE3C3D;
}
</style>
border-color css
<style>
span { border-color: #CE3C3D; }
span { border-color: rgb(206,60,61); }
td.TdClassName
{
border-color: #CE3C3D;
}
.TagClassName
{
border-color: #CE3C3D;
}
</style>