Shades of Mahogany #CE3A42
Tints of Mahogany #CE3A42
RGB
CMYK
RGB Variations
Color information
#CE3A42 (or 0xCE3A42) is known color: Mahogany. HEX triplet: CE, 3A and 42. RGB value is (206,58,66). Sum of RGB (Red+Green+Blue) = 206+58+66=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A42 is #31C5BD. Grayscale: #676767. Windows color (decimal): -3261886 or 4340430. OLE color: 4340430.
HSL color Cylindrical-coordinate representation of color #CE3A42: hue angle of 356.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A42 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 66 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.19 |
| HSL | 356.76º | 0.6% | 0.52% | - |
| HSV(B) | 356.76º | 0.72% | 0.81% | - |
| XYZ | 27.95 | 16.54 | 6.87 | - |
| YUV | 103.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 66 | 0 | 0.72 | 0.68 | 0.19 | 356.76 | 0.6 | 0.52 |
| Hex | CE | 3A | 42 | 0 | 48 | 44 | 13 | 165 | 3C | 34 |
| Octal | 316 | 72 | 102 | 0 | 110 | 104 | 23 | 545 | 74 | 64 |
| Binary | 11001110 | 111010 | 1000010 | 0 | 1001000 | 1000100 | 10011 | 101100101 | 111100 | 110100 |
Color Harmonies of #CE3A42
Complementary color
Monochromatic Colors of #CE3A42
Black with #CE3A42
Text Example
Text Example
White with #CE3A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A42; }
p { color: rgb(206,58,66); }
H1.HeaderClassName
{
color: #CE3A42;
}
.AnyTagClassName
{
color: #CE3A42;
}
</style>
background-color css
<style>
a { background-color: #CE3A42; }
a { background-color: rgb(206,58,66); }
div.DivClassName
{
background-color: #CE3A42;
}
.BgClassName
{
background-color: #CE3A42;
}
</style>
border-color css
<style>
span { border-color: #CE3A42; }
span { border-color: rgb(206,58,66); }
td.TdClassName
{
border-color: #CE3A42;
}
.TagClassName
{
border-color: #CE3A42;
}
</style>