Shades of Mahogany #CC323C
Tints of Mahogany #CC323C
RGB
CMYK
RGB Variations
Color information
#CC323C (or 0xCC323C) is known color: Mahogany. HEX triplet: CC, 32 and 3C. RGB value is (204,50,60). Sum of RGB (Red+Green+Blue) = 204+50+60=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC323C is #33CDC3. Grayscale: #616161. Windows color (decimal): -3395012 or 3945164. OLE color: 3945164.
HSL color Cylindrical-coordinate representation of color #CC323C: hue angle of 356.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC323C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.2 |
| HSL | 356.1º | 0.61% | 0.5% | - |
| HSV(B) | 356.1º | 0.75% | 0.8% | - |
| XYZ | 26.86 | 15.44 | 5.84 | - |
| YUV | 97.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 60 | 0 | 0.75 | 0.71 | 0.2 | 356.1 | 0.61 | 0.5 |
| Hex | CC | 32 | 3C | 0 | 4B | 47 | 14 | 164 | 3D | 32 |
| Octal | 314 | 62 | 74 | 0 | 113 | 107 | 24 | 544 | 75 | 62 |
| Binary | 11001100 | 110010 | 111100 | 0 | 1001011 | 1000111 | 10100 | 101100100 | 111101 | 110010 |
Color Harmonies of #CC323C
Complementary color
Monochromatic Colors of #CC323C
Black with #CC323C
Text Example
Text Example
White with #CC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC323C; }
p { color: rgb(204,50,60); }
H1.HeaderClassName
{
color: #CC323C;
}
.AnyTagClassName
{
color: #CC323C;
}
</style>
background-color css
<style>
a { background-color: #CC323C; }
a { background-color: rgb(204,50,60); }
div.DivClassName
{
background-color: #CC323C;
}
.BgClassName
{
background-color: #CC323C;
}
</style>
border-color css
<style>
span { border-color: #CC323C; }
span { border-color: rgb(204,50,60); }
td.TdClassName
{
border-color: #CC323C;
}
.TagClassName
{
border-color: #CC323C;
}
</style>