Shades of Mahogany #CE4146
Tints of Mahogany #CE4146
RGB
CMYK
RGB Variations
Color information
#CE4146 (or 0xCE4146) is known color: Mahogany. HEX triplet: CE, 41 and 46. RGB value is (206,65,70). Sum of RGB (Red+Green+Blue) = 206+65+70=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4146 is #31BEB9. Grayscale: #6B6B6B. Windows color (decimal): -3260090 or 4604366. OLE color: 4604366.
HSL color Cylindrical-coordinate representation of color #CE4146: hue angle of 357.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4146 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 70 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.19 |
| HSL | 357.87º | 0.59% | 0.53% | - |
| HSV(B) | 357.87º | 0.68% | 0.81% | - |
| XYZ | 28.45 | 17.34 | 7.64 | - |
| YUV | 107.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 70 | 0 | 0.68 | 0.66 | 0.19 | 357.87 | 0.59 | 0.53 |
| Hex | CE | 41 | 46 | 0 | 44 | 42 | 13 | 166 | 3B | 35 |
| Octal | 316 | 101 | 106 | 0 | 104 | 102 | 23 | 546 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1000110 | 0 | 1000100 | 1000010 | 10011 | 101100110 | 111011 | 110101 |
Color Harmonies of #CE4146
Complementary color
Monochromatic Colors of #CE4146
Black with #CE4146
Text Example
Text Example
White with #CE4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4146; }
p { color: rgb(206,65,70); }
H1.HeaderClassName
{
color: #CE4146;
}
.AnyTagClassName
{
color: #CE4146;
}
</style>
background-color css
<style>
a { background-color: #CE4146; }
a { background-color: rgb(206,65,70); }
div.DivClassName
{
background-color: #CE4146;
}
.BgClassName
{
background-color: #CE4146;
}
</style>
border-color css
<style>
span { border-color: #CE4146; }
span { border-color: rgb(206,65,70); }
td.TdClassName
{
border-color: #CE4146;
}
.TagClassName
{
border-color: #CE4146;
}
</style>