Shades of Mahogany #CE333C
Tints of Mahogany #CE333C
RGB
CMYK
RGB Variations
Color information
#CE333C (or 0xCE333C) is known color: Mahogany. HEX triplet: CE, 33 and 3C. RGB value is (206,51,60). Sum of RGB (Red+Green+Blue) = 206+51+60=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333C is #31CCC3. Grayscale: #626262. Windows color (decimal): -3263684 or 3945422. OLE color: 3945422.
HSL color Cylindrical-coordinate representation of color #CE333C: hue angle of 356.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE333C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 356.52º | 0.61% | 0.5% | - |
| HSV(B) | 356.52º | 0.75% | 0.81% | - |
| XYZ | 27.45 | 15.82 | 5.88 | - |
| YUV | 98.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 60 | 0 | 0.75 | 0.71 | 0.19 | 356.52 | 0.61 | 0.5 |
| Hex | CE | 33 | 3C | 0 | 4B | 47 | 13 | 165 | 3D | 32 |
| Octal | 316 | 63 | 74 | 0 | 113 | 107 | 23 | 545 | 75 | 62 |
| Binary | 11001110 | 110011 | 111100 | 0 | 1001011 | 1000111 | 10011 | 101100101 | 111101 | 110010 |
Color Harmonies of #CE333C
Complementary color
Monochromatic Colors of #CE333C
Black with #CE333C
Text Example
Text Example
White with #CE333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE333C; }
p { color: rgb(206,51,60); }
H1.HeaderClassName
{
color: #CE333C;
}
.AnyTagClassName
{
color: #CE333C;
}
</style>
background-color css
<style>
a { background-color: #CE333C; }
a { background-color: rgb(206,51,60); }
div.DivClassName
{
background-color: #CE333C;
}
.BgClassName
{
background-color: #CE333C;
}
</style>
border-color css
<style>
span { border-color: #CE333C; }
span { border-color: rgb(206,51,60); }
td.TdClassName
{
border-color: #CE333C;
}
.TagClassName
{
border-color: #CE333C;
}
</style>