Shades of Mahogany #CC3538
Tints of Mahogany #CC3538
RGB
CMYK
RGB Variations
Color information
#CC3538 (or 0xCC3538) is known color: Mahogany. HEX triplet: CC, 35 and 38. RGB value is (204,53,56). Sum of RGB (Red+Green+Blue) = 204+53+56=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3538 is #33CAC7. Grayscale: #626262. Windows color (decimal): -3394248 or 3683788. OLE color: 3683788.
HSL color Cylindrical-coordinate representation of color #CC3538: hue angle of 358.81º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3538 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 56 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.2 |
| HSL | 358.81º | 0.6% | 0.5% | - |
| HSV(B) | 358.81º | 0.74% | 0.8% | - |
| XYZ | 26.89 | 15.67 | 5.35 | - |
| YUV | 98.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 56 | 0 | 0.74 | 0.73 | 0.2 | 358.81 | 0.6 | 0.5 |
| Hex | CC | 35 | 38 | 0 | 4A | 49 | 14 | 167 | 3C | 32 |
| Octal | 314 | 65 | 70 | 0 | 112 | 111 | 24 | 547 | 74 | 62 |
| Binary | 11001100 | 110101 | 111000 | 0 | 1001010 | 1001001 | 10100 | 101100111 | 111100 | 110010 |
Color Harmonies of #CC3538
Complementary color
Monochromatic Colors of #CC3538
Black with #CC3538
Text Example
Text Example
White with #CC3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3538; }
p { color: rgb(204,53,56); }
H1.HeaderClassName
{
color: #CC3538;
}
.AnyTagClassName
{
color: #CC3538;
}
</style>
background-color css
<style>
a { background-color: #CC3538; }
a { background-color: rgb(204,53,56); }
div.DivClassName
{
background-color: #CC3538;
}
.BgClassName
{
background-color: #CC3538;
}
</style>
border-color css
<style>
span { border-color: #CC3538; }
span { border-color: rgb(204,53,56); }
td.TdClassName
{
border-color: #CC3538;
}
.TagClassName
{
border-color: #CC3538;
}
</style>