Shades of Mahogany #CE4345
Tints of Mahogany #CE4345
RGB
CMYK
RGB Variations
Color information
#CE4345 (or 0xCE4345) is known color: Mahogany. HEX triplet: CE, 43 and 45. RGB value is (206,67,69). Sum of RGB (Red+Green+Blue) = 206+67+69=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4345 is #31BCBA. Grayscale: #6C6C6C. Windows color (decimal): -3259579 or 4539342. OLE color: 4539342.
HSL color Cylindrical-coordinate representation of color #CE4345: hue angle of 359.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4345 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 69 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.19 |
| HSL | 359.14º | 0.59% | 0.54% | - |
| HSV(B) | 359.14º | 0.67% | 0.81% | - |
| XYZ | 28.53 | 17.57 | 7.52 | - |
| YUV | 108.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 69 | 0 | 0.67 | 0.67 | 0.19 | 359.14 | 0.59 | 0.54 |
| Hex | CE | 43 | 45 | 0 | 43 | 43 | 13 | 167 | 3B | 36 |
| Octal | 316 | 103 | 105 | 0 | 103 | 103 | 23 | 547 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1000101 | 0 | 1000011 | 1000011 | 10011 | 101100111 | 111011 | 110110 |
Color Harmonies of #CE4345
Complementary color
Monochromatic Colors of #CE4345
Black with #CE4345
Text Example
Text Example
White with #CE4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4345; }
p { color: rgb(206,67,69); }
H1.HeaderClassName
{
color: #CE4345;
}
.AnyTagClassName
{
color: #CE4345;
}
</style>
background-color css
<style>
a { background-color: #CE4345; }
a { background-color: rgb(206,67,69); }
div.DivClassName
{
background-color: #CE4345;
}
.BgClassName
{
background-color: #CE4345;
}
</style>
border-color css
<style>
span { border-color: #CE4345; }
span { border-color: rgb(206,67,69); }
td.TdClassName
{
border-color: #CE4345;
}
.TagClassName
{
border-color: #CE4345;
}
</style>