Shades of Mahogany #CC2836
Tints of Mahogany #CC2836
RGB
CMYK
RGB Variations
Color information
#CC2836 (or 0xCC2836) is known color: Mahogany. HEX triplet: CC, 28 and 36. RGB value is (204,40,54). Sum of RGB (Red+Green+Blue) = 204+40+54=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2836 is #33D7C9. Grayscale: #5A5A5A. Windows color (decimal): -3397578 or 3549388. OLE color: 3549388.
HSL color Cylindrical-coordinate representation of color #CC2836: hue angle of 354.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2836 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 54 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.2 |
| HSL | 354.88º | 0.67% | 0.48% | - |
| HSV(B) | 354.88º | 0.8% | 0.8% | - |
| XYZ | 26.33 | 14.62 | 4.92 | - |
| YUV | 90.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 54 | 0 | 0.80 | 0.74 | 0.2 | 354.88 | 0.67 | 0.48 |
| Hex | CC | 28 | 36 | 0 | 50 | 4A | 14 | 163 | 43 | 30 |
| Octal | 314 | 50 | 66 | 0 | 120 | 112 | 24 | 543 | 103 | 60 |
| Binary | 11001100 | 101000 | 110110 | 0 | 1010000 | 1001010 | 10100 | 101100011 | 1000011 | 110000 |
Color Harmonies of #CC2836
Complementary color
Monochromatic Colors of #CC2836
Black with #CC2836
Text Example
Text Example
White with #CC2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2836; }
p { color: rgb(204,40,54); }
H1.HeaderClassName
{
color: #CC2836;
}
.AnyTagClassName
{
color: #CC2836;
}
</style>
background-color css
<style>
a { background-color: #CC2836; }
a { background-color: rgb(204,40,54); }
div.DivClassName
{
background-color: #CC2836;
}
.BgClassName
{
background-color: #CC2836;
}
</style>
border-color css
<style>
span { border-color: #CC2836; }
span { border-color: rgb(204,40,54); }
td.TdClassName
{
border-color: #CC2836;
}
.TagClassName
{
border-color: #CC2836;
}
</style>