Shades of Mahogany #CE3D40
Tints of Mahogany #CE3D40
RGB
CMYK
RGB Variations
Color information
#CE3D40 (or 0xCE3D40) is known color: Mahogany. HEX triplet: CE, 3D and 40. RGB value is (206,61,64). Sum of RGB (Red+Green+Blue) = 206+61+64=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D40 is #31C2BF. Grayscale: #686868. Windows color (decimal): -3261120 or 4210126. OLE color: 4210126.
HSL color Cylindrical-coordinate representation of color #CE3D40: hue angle of 358.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D40 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 64 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.19 |
| HSL | 358.76º | 0.6% | 0.52% | - |
| HSV(B) | 358.76º | 0.7% | 0.81% | - |
| XYZ | 28.05 | 16.83 | 6.62 | - |
| YUV | 104.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 64 | 0 | 0.70 | 0.69 | 0.19 | 358.76 | 0.6 | 0.52 |
| Hex | CE | 3D | 40 | 0 | 46 | 45 | 13 | 167 | 3C | 34 |
| Octal | 316 | 75 | 100 | 0 | 106 | 105 | 23 | 547 | 74 | 64 |
| Binary | 11001110 | 111101 | 1000000 | 0 | 1000110 | 1000101 | 10011 | 101100111 | 111100 | 110100 |
Color Harmonies of #CE3D40
Complementary color
Monochromatic Colors of #CE3D40
Black with #CE3D40
Text Example
Text Example
White with #CE3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D40; }
p { color: rgb(206,61,64); }
H1.HeaderClassName
{
color: #CE3D40;
}
.AnyTagClassName
{
color: #CE3D40;
}
</style>
background-color css
<style>
a { background-color: #CE3D40; }
a { background-color: rgb(206,61,64); }
div.DivClassName
{
background-color: #CE3D40;
}
.BgClassName
{
background-color: #CE3D40;
}
</style>
border-color css
<style>
span { border-color: #CE3D40; }
span { border-color: rgb(206,61,64); }
td.TdClassName
{
border-color: #CE3D40;
}
.TagClassName
{
border-color: #CE3D40;
}
</style>