Shades of Mahogany #CC313A
Tints of Mahogany #CC313A
RGB
CMYK
RGB Variations
Color information
#CC313A (or 0xCC313A) is known color: Mahogany. HEX triplet: CC, 31 and 3A. RGB value is (204,49,58). Sum of RGB (Red+Green+Blue) = 204+49+58=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC313A is #33CEC5. Grayscale: #606060. Windows color (decimal): -3395270 or 3813836. OLE color: 3813836.
HSL color Cylindrical-coordinate representation of color #CC313A: hue angle of 356.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC313A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 58 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.2 |
| HSL | 356.52º | 0.61% | 0.5% | - |
| HSV(B) | 356.52º | 0.76% | 0.8% | - |
| XYZ | 26.76 | 15.34 | 5.55 | - |
| YUV | 96.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 58 | 0 | 0.76 | 0.72 | 0.2 | 356.52 | 0.61 | 0.5 |
| Hex | CC | 31 | 3A | 0 | 4C | 48 | 14 | 165 | 3D | 32 |
| Octal | 314 | 61 | 72 | 0 | 114 | 110 | 24 | 545 | 75 | 62 |
| Binary | 11001100 | 110001 | 111010 | 0 | 1001100 | 1001000 | 10100 | 101100101 | 111101 | 110010 |
Color Harmonies of #CC313A
Complementary color
Monochromatic Colors of #CC313A
Black with #CC313A
Text Example
Text Example
White with #CC313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC313A; }
p { color: rgb(204,49,58); }
H1.HeaderClassName
{
color: #CC313A;
}
.AnyTagClassName
{
color: #CC313A;
}
</style>
background-color css
<style>
a { background-color: #CC313A; }
a { background-color: rgb(204,49,58); }
div.DivClassName
{
background-color: #CC313A;
}
.BgClassName
{
background-color: #CC313A;
}
</style>
border-color css
<style>
span { border-color: #CC313A; }
span { border-color: rgb(204,49,58); }
td.TdClassName
{
border-color: #CC313A;
}
.TagClassName
{
border-color: #CC313A;
}
</style>