Shades of Mahogany #CC353E
Tints of Mahogany #CC353E
RGB
CMYK
RGB Variations
Color information
#CC353E (or 0xCC353E) is known color: Mahogany. HEX triplet: CC, 35 and 3E. RGB value is (204,53,62). Sum of RGB (Red+Green+Blue) = 204+53+62=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC353E is #33CAC1. Grayscale: #636363. Windows color (decimal): -3394242 or 4077004. OLE color: 4077004.
HSL color Cylindrical-coordinate representation of color #CC353E: hue angle of 356.42º 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 #CC353E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 62 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.2 |
| HSL | 356.42º | 0.6% | 0.5% | - |
| HSV(B) | 356.42º | 0.74% | 0.8% | - |
| XYZ | 27.04 | 15.73 | 6.17 | - |
| YUV | 99.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 62 | 0 | 0.74 | 0.70 | 0.2 | 356.42 | 0.6 | 0.5 |
| Hex | CC | 35 | 3E | 0 | 4A | 46 | 14 | 164 | 3C | 32 |
| Octal | 314 | 65 | 76 | 0 | 112 | 106 | 24 | 544 | 74 | 62 |
| Binary | 11001100 | 110101 | 111110 | 0 | 1001010 | 1000110 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CC353E
Complementary color
Monochromatic Colors of #CC353E
Black with #CC353E
Text Example
Text Example
White with #CC353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC353E; }
p { color: rgb(204,53,62); }
H1.HeaderClassName
{
color: #CC353E;
}
.AnyTagClassName
{
color: #CC353E;
}
</style>
background-color css
<style>
a { background-color: #CC353E; }
a { background-color: rgb(204,53,62); }
div.DivClassName
{
background-color: #CC353E;
}
.BgClassName
{
background-color: #CC353E;
}
</style>
border-color css
<style>
span { border-color: #CC353E; }
span { border-color: rgb(204,53,62); }
td.TdClassName
{
border-color: #CC353E;
}
.TagClassName
{
border-color: #CC353E;
}
</style>