Shades of Mahogany #CC292F
Tints of Mahogany #CC292F
RGB
CMYK
RGB Variations
Color information
#CC292F (or 0xCC292F) is known color: Mahogany. HEX triplet: CC, 29 and 2F. RGB value is (204,41,47). Sum of RGB (Red+Green+Blue) = 204+41+47=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292F is #33D6D0. Grayscale: #5A5A5A. Windows color (decimal): -3397329 or 3090892. OLE color: 3090892.
HSL color Cylindrical-coordinate representation of color #CC292F: hue angle of 357.79º 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 #CC292F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.2 |
| HSL | 357.79º | 0.67% | 0.48% | - |
| HSV(B) | 357.79º | 0.8% | 0.8% | - |
| XYZ | 26.21 | 14.63 | 4.13 | - |
| YUV | 90.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 47 | 0 | 0.80 | 0.77 | 0.2 | 357.79 | 0.67 | 0.48 |
| Hex | CC | 29 | 2F | 0 | 50 | 4D | 14 | 166 | 43 | 30 |
| Octal | 314 | 51 | 57 | 0 | 120 | 115 | 24 | 546 | 103 | 60 |
| Binary | 11001100 | 101001 | 101111 | 0 | 1010000 | 1001101 | 10100 | 101100110 | 1000011 | 110000 |
Color Harmonies of #CC292F
Complementary color
Monochromatic Colors of #CC292F
Black with #CC292F
Text Example
Text Example
White with #CC292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC292F; }
p { color: rgb(204,41,47); }
H1.HeaderClassName
{
color: #CC292F;
}
.AnyTagClassName
{
color: #CC292F;
}
</style>
background-color css
<style>
a { background-color: #CC292F; }
a { background-color: rgb(204,41,47); }
div.DivClassName
{
background-color: #CC292F;
}
.BgClassName
{
background-color: #CC292F;
}
</style>
border-color css
<style>
span { border-color: #CC292F; }
span { border-color: rgb(204,41,47); }
td.TdClassName
{
border-color: #CC292F;
}
.TagClassName
{
border-color: #CC292F;
}
</style>