Shades of Mahogany #CC292C
Tints of Mahogany #CC292C
RGB
CMYK
RGB Variations
Color information
#CC292C (or 0xCC292C) is known color: Mahogany. HEX triplet: CC, 29 and 2C. RGB value is (204,41,44). Sum of RGB (Red+Green+Blue) = 204+41+44=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292C is #33D6D3. Grayscale: #5A5A5A. Windows color (decimal): -3397332 or 2894284. OLE color: 2894284.
HSL color Cylindrical-coordinate representation of color #CC292C: hue angle of 358.9º 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 #CC292C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.2 |
| HSL | 358.9º | 0.67% | 0.48% | - |
| HSV(B) | 358.9º | 0.8% | 0.8% | - |
| XYZ | 26.15 | 14.61 | 3.82 | - |
| YUV | 90.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 44 | 0 | 0.80 | 0.78 | 0.2 | 358.9 | 0.67 | 0.48 |
| Hex | CC | 29 | 2C | 0 | 50 | 4E | 14 | 167 | 43 | 30 |
| Octal | 314 | 51 | 54 | 0 | 120 | 116 | 24 | 547 | 103 | 60 |
| Binary | 11001100 | 101001 | 101100 | 0 | 1010000 | 1001110 | 10100 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CC292C
Complementary color
Monochromatic Colors of #CC292C
Black with #CC292C
Text Example
Text Example
White with #CC292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC292C; }
p { color: rgb(204,41,44); }
H1.HeaderClassName
{
color: #CC292C;
}
.AnyTagClassName
{
color: #CC292C;
}
</style>
background-color css
<style>
a { background-color: #CC292C; }
a { background-color: rgb(204,41,44); }
div.DivClassName
{
background-color: #CC292C;
}
.BgClassName
{
background-color: #CC292C;
}
</style>
border-color css
<style>
span { border-color: #CC292C; }
span { border-color: rgb(204,41,44); }
td.TdClassName
{
border-color: #CC292C;
}
.TagClassName
{
border-color: #CC292C;
}
</style>