Shades of Mahogany #CC313C
Tints of Mahogany #CC313C
RGB
CMYK
RGB Variations
Color information
#CC313C (or 0xCC313C) is known color: Mahogany. HEX triplet: CC, 31 and 3C. RGB value is (204,49,60). Sum of RGB (Red+Green+Blue) = 204+49+60=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC313C is #33CEC3. Grayscale: #606060. Windows color (decimal): -3395268 or 3944908. OLE color: 3944908.
HSL color Cylindrical-coordinate representation of color #CC313C: hue angle of 355.74º 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 #CC313C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 60 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.2 |
| HSL | 355.74º | 0.61% | 0.5% | - |
| HSV(B) | 355.74º | 0.76% | 0.8% | - |
| XYZ | 26.82 | 15.36 | 5.83 | - |
| YUV | 96.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 60 | 0 | 0.76 | 0.71 | 0.2 | 355.74 | 0.61 | 0.5 |
| Hex | CC | 31 | 3C | 0 | 4C | 47 | 14 | 164 | 3D | 32 |
| Octal | 314 | 61 | 74 | 0 | 114 | 107 | 24 | 544 | 75 | 62 |
| Binary | 11001100 | 110001 | 111100 | 0 | 1001100 | 1000111 | 10100 | 101100100 | 111101 | 110010 |
Color Harmonies of #CC313C
Complementary color
Monochromatic Colors of #CC313C
Black with #CC313C
Text Example
Text Example
White with #CC313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC313C; }
p { color: rgb(204,49,60); }
H1.HeaderClassName
{
color: #CC313C;
}
.AnyTagClassName
{
color: #CC313C;
}
</style>
background-color css
<style>
a { background-color: #CC313C; }
a { background-color: rgb(204,49,60); }
div.DivClassName
{
background-color: #CC313C;
}
.BgClassName
{
background-color: #CC313C;
}
</style>
border-color css
<style>
span { border-color: #CC313C; }
span { border-color: rgb(204,49,60); }
td.TdClassName
{
border-color: #CC313C;
}
.TagClassName
{
border-color: #CC313C;
}
</style>