Shades of Mahogany #CC3033
Tints of Mahogany #CC3033
RGB
CMYK
RGB Variations
Color information
#CC3033 (or 0xCC3033) is known color: Mahogany. HEX triplet: CC, 30 and 33. RGB value is (204,48,51). Sum of RGB (Red+Green+Blue) = 204+48+51=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3033 is #33CFCC. Grayscale: #5F5F5F. Windows color (decimal): -3395533 or 3354828. OLE color: 3354828.
HSL color Cylindrical-coordinate representation of color #CC3033: hue angle of 358.85º 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 #CC3033 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 51 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.2 |
| HSL | 358.85º | 0.62% | 0.49% | - |
| HSV(B) | 358.85º | 0.76% | 0.8% | - |
| XYZ | 26.56 | 15.19 | 4.66 | - |
| YUV | 94.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 51 | 0 | 0.76 | 0.75 | 0.2 | 358.85 | 0.62 | 0.49 |
| Hex | CC | 30 | 33 | 0 | 4C | 4B | 14 | 167 | 3E | 31 |
| Octal | 314 | 60 | 63 | 0 | 114 | 113 | 24 | 547 | 76 | 61 |
| Binary | 11001100 | 110000 | 110011 | 0 | 1001100 | 1001011 | 10100 | 101100111 | 111110 | 110001 |
Color Harmonies of #CC3033
Complementary color
Monochromatic Colors of #CC3033
Black with #CC3033
Text Example
Text Example
White with #CC3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3033; }
p { color: rgb(204,48,51); }
H1.HeaderClassName
{
color: #CC3033;
}
.AnyTagClassName
{
color: #CC3033;
}
</style>
background-color css
<style>
a { background-color: #CC3033; }
a { background-color: rgb(204,48,51); }
div.DivClassName
{
background-color: #CC3033;
}
.BgClassName
{
background-color: #CC3033;
}
</style>
border-color css
<style>
span { border-color: #CC3033; }
span { border-color: rgb(204,48,51); }
td.TdClassName
{
border-color: #CC3033;
}
.TagClassName
{
border-color: #CC3033;
}
</style>