Shades of Mahogany #CC363E
Tints of Mahogany #CC363E
RGB
CMYK
RGB Variations
Color information
#CC363E (or 0xCC363E) is known color: Mahogany. HEX triplet: CC, 36 and 3E. RGB value is (204,54,62). Sum of RGB (Red+Green+Blue) = 204+54+62=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363E is #33C9C1. Grayscale: #636363. Windows color (decimal): -3393986 or 4077260. OLE color: 4077260.
HSL color Cylindrical-coordinate representation of color #CC363E: hue angle of 356.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC363E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 62 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.2 |
| HSL | 356.8º | 0.6% | 0.51% | - |
| HSV(B) | 356.8º | 0.74% | 0.8% | - |
| XYZ | 27.09 | 15.82 | 6.18 | - |
| YUV | 99.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 62 | 0 | 0.74 | 0.70 | 0.2 | 356.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 3E | 0 | 4A | 46 | 14 | 165 | 3C | 33 |
| Octal | 314 | 66 | 76 | 0 | 112 | 106 | 24 | 545 | 74 | 63 |
| Binary | 11001100 | 110110 | 111110 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111100 | 110011 |
Color Harmonies of #CC363E
Complementary color
Monochromatic Colors of #CC363E
Black with #CC363E
Text Example
Text Example
White with #CC363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC363E; }
p { color: rgb(204,54,62); }
H1.HeaderClassName
{
color: #CC363E;
}
.AnyTagClassName
{
color: #CC363E;
}
</style>
background-color css
<style>
a { background-color: #CC363E; }
a { background-color: rgb(204,54,62); }
div.DivClassName
{
background-color: #CC363E;
}
.BgClassName
{
background-color: #CC363E;
}
</style>
border-color css
<style>
span { border-color: #CC363E; }
span { border-color: rgb(204,54,62); }
td.TdClassName
{
border-color: #CC363E;
}
.TagClassName
{
border-color: #CC363E;
}
</style>