Shades of Mahogany #CC292A
Tints of Mahogany #CC292A
RGB
CMYK
RGB Variations
Color information
#CC292A (or 0xCC292A) is known color: Mahogany. HEX triplet: CC, 29 and 2A. RGB value is (204,41,42). Sum of RGB (Red+Green+Blue) = 204+41+42=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292A is #33D6D5. Grayscale: #5A5A5A. Windows color (decimal): -3397334 or 2763212. OLE color: 2763212.
HSL color Cylindrical-coordinate representation of color #CC292A: hue angle of 359.63º 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 #CC292A is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 42 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.2 |
| HSL | 359.63º | 0.67% | 0.48% | - |
| HSV(B) | 359.63º | 0.8% | 0.8% | - |
| XYZ | 26.11 | 14.59 | 3.63 | - |
| YUV | 89.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 42 | 0 | 0.80 | 0.79 | 0.2 | 359.63 | 0.67 | 0.48 |
| Hex | CC | 29 | 2A | 0 | 50 | 4F | 14 | 168 | 43 | 30 |
| Octal | 314 | 51 | 52 | 0 | 120 | 117 | 24 | 550 | 103 | 60 |
| Binary | 11001100 | 101001 | 101010 | 0 | 1010000 | 1001111 | 10100 | 101101000 | 1000011 | 110000 |
Color Harmonies of #CC292A
Complementary color
Monochromatic Colors of #CC292A
Black with #CC292A
Text Example
Text Example
White with #CC292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC292A; }
p { color: rgb(204,41,42); }
H1.HeaderClassName
{
color: #CC292A;
}
.AnyTagClassName
{
color: #CC292A;
}
</style>
background-color css
<style>
a { background-color: #CC292A; }
a { background-color: rgb(204,41,42); }
div.DivClassName
{
background-color: #CC292A;
}
.BgClassName
{
background-color: #CC292A;
}
</style>
border-color css
<style>
span { border-color: #CC292A; }
span { border-color: rgb(204,41,42); }
td.TdClassName
{
border-color: #CC292A;
}
.TagClassName
{
border-color: #CC292A;
}
</style>