Shades of Mahogany #CC3637
Tints of Mahogany #CC3637
RGB
CMYK
RGB Variations
Color information
#CC3637 (or 0xCC3637) is known color: Mahogany. HEX triplet: CC, 36 and 37. RGB value is (204,54,55). Sum of RGB (Red+Green+Blue) = 204+54+55=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3637 is #33C9C8. Grayscale: #636363. Windows color (decimal): -3393993 or 3618508. OLE color: 3618508.
HSL color Cylindrical-coordinate representation of color #CC3637: hue angle of 359.6º 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 #CC3637 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 55 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.2 |
| HSL | 359.6º | 0.6% | 0.51% | - |
| HSV(B) | 359.6º | 0.74% | 0.8% | - |
| XYZ | 26.91 | 15.75 | 5.24 | - |
| YUV | 98.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 55 | 0 | 0.74 | 0.73 | 0.2 | 359.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 37 | 0 | 4A | 49 | 14 | 168 | 3C | 33 |
| Octal | 314 | 66 | 67 | 0 | 112 | 111 | 24 | 550 | 74 | 63 |
| Binary | 11001100 | 110110 | 110111 | 0 | 1001010 | 1001001 | 10100 | 101101000 | 111100 | 110011 |
Color Harmonies of #CC3637
Complementary color
Monochromatic Colors of #CC3637
Black with #CC3637
Text Example
Text Example
White with #CC3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3637; }
p { color: rgb(204,54,55); }
H1.HeaderClassName
{
color: #CC3637;
}
.AnyTagClassName
{
color: #CC3637;
}
</style>
background-color css
<style>
a { background-color: #CC3637; }
a { background-color: rgb(204,54,55); }
div.DivClassName
{
background-color: #CC3637;
}
.BgClassName
{
background-color: #CC3637;
}
</style>
border-color css
<style>
span { border-color: #CC3637; }
span { border-color: rgb(204,54,55); }
td.TdClassName
{
border-color: #CC3637;
}
.TagClassName
{
border-color: #CC3637;
}
</style>