Shades of Mahogany #CE3D42
Tints of Mahogany #CE3D42
RGB
CMYK
RGB Variations
Color information
#CE3D42 (or 0xCE3D42) is known color: Mahogany. HEX triplet: CE, 3D and 42. RGB value is (206,61,66). Sum of RGB (Red+Green+Blue) = 206+61+66=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D42 is #31C2BD. Grayscale: #696969. Windows color (decimal): -3261118 or 4341198. OLE color: 4341198.
HSL color Cylindrical-coordinate representation of color #CE3D42: hue angle of 357.93º 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 #CE3D42 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 66 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.19 |
| HSL | 357.93º | 0.6% | 0.52% | - |
| HSV(B) | 357.93º | 0.7% | 0.81% | - |
| XYZ | 28.11 | 16.85 | 6.93 | - |
| YUV | 104.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 66 | 0 | 0.70 | 0.68 | 0.19 | 357.93 | 0.6 | 0.52 |
| Hex | CE | 3D | 42 | 0 | 46 | 44 | 13 | 166 | 3C | 34 |
| Octal | 316 | 75 | 102 | 0 | 106 | 104 | 23 | 546 | 74 | 64 |
| Binary | 11001110 | 111101 | 1000010 | 0 | 1000110 | 1000100 | 10011 | 101100110 | 111100 | 110100 |
Color Harmonies of #CE3D42
Complementary color
Monochromatic Colors of #CE3D42
Black with #CE3D42
Text Example
Text Example
White with #CE3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D42; }
p { color: rgb(206,61,66); }
H1.HeaderClassName
{
color: #CE3D42;
}
.AnyTagClassName
{
color: #CE3D42;
}
</style>
background-color css
<style>
a { background-color: #CE3D42; }
a { background-color: rgb(206,61,66); }
div.DivClassName
{
background-color: #CE3D42;
}
.BgClassName
{
background-color: #CE3D42;
}
</style>
border-color css
<style>
span { border-color: #CE3D42; }
span { border-color: rgb(206,61,66); }
td.TdClassName
{
border-color: #CE3D42;
}
.TagClassName
{
border-color: #CE3D42;
}
</style>