Shades of Mahogany #CC3032
Tints of Mahogany #CC3032
RGB
CMYK
RGB Variations
Color information
#CC3032 (or 0xCC3032) is known color: Mahogany. HEX triplet: CC, 30 and 32. RGB value is (204,48,50). Sum of RGB (Red+Green+Blue) = 204+48+50=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3032 is #33CFCD. Grayscale: #5F5F5F. Windows color (decimal): -3395534 or 3289292. OLE color: 3289292.
HSL color Cylindrical-coordinate representation of color #CC3032: hue angle of 359.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3032 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 50 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.2 |
| HSL | 359.23º | 0.62% | 0.49% | - |
| HSV(B) | 359.23º | 0.76% | 0.8% | - |
| XYZ | 26.53 | 15.18 | 4.55 | - |
| YUV | 94.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 50 | 0 | 0.76 | 0.75 | 0.2 | 359.23 | 0.62 | 0.49 |
| Hex | CC | 30 | 32 | 0 | 4C | 4B | 14 | 167 | 3E | 31 |
| Octal | 314 | 60 | 62 | 0 | 114 | 113 | 24 | 547 | 76 | 61 |
| Binary | 11001100 | 110000 | 110010 | 0 | 1001100 | 1001011 | 10100 | 101100111 | 111110 | 110001 |
Color Harmonies of #CC3032
Complementary color
Monochromatic Colors of #CC3032
Black with #CC3032
Text Example
Text Example
White with #CC3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3032; }
p { color: rgb(204,48,50); }
H1.HeaderClassName
{
color: #CC3032;
}
.AnyTagClassName
{
color: #CC3032;
}
</style>
background-color css
<style>
a { background-color: #CC3032; }
a { background-color: rgb(204,48,50); }
div.DivClassName
{
background-color: #CC3032;
}
.BgClassName
{
background-color: #CC3032;
}
</style>
border-color css
<style>
span { border-color: #CC3032; }
span { border-color: rgb(204,48,50); }
td.TdClassName
{
border-color: #CC3032;
}
.TagClassName
{
border-color: #CC3032;
}
</style>