Shades of Mahogany #CE3942
Tints of Mahogany #CE3942
RGB
CMYK
RGB Variations
Color information
#CE3942 (or 0xCE3942) is known color: Mahogany. HEX triplet: CE, 39 and 42. RGB value is (206,57,66). Sum of RGB (Red+Green+Blue) = 206+57+66=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3942 is #31C6BD. Grayscale: #666666. Windows color (decimal): -3262142 or 4340174. OLE color: 4340174.
HSL color Cylindrical-coordinate representation of color #CE3942: hue angle of 356.38º 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 #CE3942 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 66 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.19 |
| HSL | 356.38º | 0.6% | 0.52% | - |
| HSV(B) | 356.38º | 0.72% | 0.81% | - |
| XYZ | 27.9 | 16.44 | 6.86 | - |
| YUV | 102.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 66 | 0 | 0.72 | 0.68 | 0.19 | 356.38 | 0.6 | 0.52 |
| Hex | CE | 39 | 42 | 0 | 48 | 44 | 13 | 164 | 3C | 34 |
| Octal | 316 | 71 | 102 | 0 | 110 | 104 | 23 | 544 | 74 | 64 |
| Binary | 11001110 | 111001 | 1000010 | 0 | 1001000 | 1000100 | 10011 | 101100100 | 111100 | 110100 |
Color Harmonies of #CE3942
Complementary color
Monochromatic Colors of #CE3942
Black with #CE3942
Text Example
Text Example
White with #CE3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3942; }
p { color: rgb(206,57,66); }
H1.HeaderClassName
{
color: #CE3942;
}
.AnyTagClassName
{
color: #CE3942;
}
</style>
background-color css
<style>
a { background-color: #CE3942; }
a { background-color: rgb(206,57,66); }
div.DivClassName
{
background-color: #CE3942;
}
.BgClassName
{
background-color: #CE3942;
}
</style>
border-color css
<style>
span { border-color: #CE3942; }
span { border-color: rgb(206,57,66); }
td.TdClassName
{
border-color: #CE3942;
}
.TagClassName
{
border-color: #CE3942;
}
</style>