Shades of Mahogany #CC353C
Tints of Mahogany #CC353C
RGB
CMYK
RGB Variations
Color information
#CC353C (or 0xCC353C) is known color: Mahogany. HEX triplet: CC, 35 and 3C. RGB value is (204,53,60). Sum of RGB (Red+Green+Blue) = 204+53+60=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC353C is #33CAC3. Grayscale: #636363. Windows color (decimal): -3394244 or 3945932. OLE color: 3945932.
HSL color Cylindrical-coordinate representation of color #CC353C: hue angle of 357.22º 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 #CC353C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.2 |
| HSL | 357.22º | 0.6% | 0.5% | - |
| HSV(B) | 357.22º | 0.74% | 0.8% | - |
| XYZ | 26.99 | 15.71 | 5.88 | - |
| YUV | 98.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 60 | 0 | 0.74 | 0.71 | 0.2 | 357.22 | 0.6 | 0.5 |
| Hex | CC | 35 | 3C | 0 | 4A | 47 | 14 | 165 | 3C | 32 |
| Octal | 314 | 65 | 74 | 0 | 112 | 107 | 24 | 545 | 74 | 62 |
| Binary | 11001100 | 110101 | 111100 | 0 | 1001010 | 1000111 | 10100 | 101100101 | 111100 | 110010 |
Color Harmonies of #CC353C
Complementary color
Monochromatic Colors of #CC353C
Black with #CC353C
Text Example
Text Example
White with #CC353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC353C; }
p { color: rgb(204,53,60); }
H1.HeaderClassName
{
color: #CC353C;
}
.AnyTagClassName
{
color: #CC353C;
}
</style>
background-color css
<style>
a { background-color: #CC353C; }
a { background-color: rgb(204,53,60); }
div.DivClassName
{
background-color: #CC353C;
}
.BgClassName
{
background-color: #CC353C;
}
</style>
border-color css
<style>
span { border-color: #CC353C; }
span { border-color: rgb(204,53,60); }
td.TdClassName
{
border-color: #CC353C;
}
.TagClassName
{
border-color: #CC353C;
}
</style>