Shades of Mahogany #CC2E38
Tints of Mahogany #CC2E38
RGB
CMYK
RGB Variations
Color information
#CC2E38 (or 0xCC2E38) is known color: Mahogany. HEX triplet: CC, 2E and 38. RGB value is (204,46,56). Sum of RGB (Red+Green+Blue) = 204+46+56=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E38 is #33D1C7. Grayscale: #5E5E5E. Windows color (decimal): -3396040 or 3681996. OLE color: 3681996.
HSL color Cylindrical-coordinate representation of color #CC2E38: hue angle of 356.2º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E38 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 56 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.2 |
| HSL | 356.2º | 0.63% | 0.49% | - |
| HSV(B) | 356.2º | 0.77% | 0.8% | - |
| XYZ | 26.59 | 15.08 | 5.25 | - |
| YUV | 94.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 56 | 0 | 0.77 | 0.73 | 0.2 | 356.2 | 0.63 | 0.49 |
| Hex | CC | 2E | 38 | 0 | 4D | 49 | 14 | 164 | 3F | 31 |
| Octal | 314 | 56 | 70 | 0 | 115 | 111 | 24 | 544 | 77 | 61 |
| Binary | 11001100 | 101110 | 111000 | 0 | 1001101 | 1001001 | 10100 | 101100100 | 111111 | 110001 |
Color Harmonies of #CC2E38
Complementary color
Monochromatic Colors of #CC2E38
Black with #CC2E38
Text Example
Text Example
White with #CC2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E38; }
p { color: rgb(204,46,56); }
H1.HeaderClassName
{
color: #CC2E38;
}
.AnyTagClassName
{
color: #CC2E38;
}
</style>
background-color css
<style>
a { background-color: #CC2E38; }
a { background-color: rgb(204,46,56); }
div.DivClassName
{
background-color: #CC2E38;
}
.BgClassName
{
background-color: #CC2E38;
}
</style>
border-color css
<style>
span { border-color: #CC2E38; }
span { border-color: rgb(204,46,56); }
td.TdClassName
{
border-color: #CC2E38;
}
.TagClassName
{
border-color: #CC2E38;
}
</style>