Shades of Mahogany #CC323D
Tints of Mahogany #CC323D
RGB
CMYK
RGB Variations
Color information
#CC323D (or 0xCC323D) is known color: Mahogany. HEX triplet: CC, 32 and 3D. RGB value is (204,50,61). Sum of RGB (Red+Green+Blue) = 204+50+61=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC323D is #33CDC2. Grayscale: #616161. Windows color (decimal): -3395011 or 4010700. OLE color: 4010700.
HSL color Cylindrical-coordinate representation of color #CC323D: hue angle of 355.71º 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 #CC323D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.2 |
| HSL | 355.71º | 0.61% | 0.5% | - |
| HSV(B) | 355.71º | 0.75% | 0.8% | - |
| XYZ | 26.88 | 15.46 | 5.98 | - |
| YUV | 97.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 61 | 0 | 0.75 | 0.70 | 0.2 | 355.71 | 0.61 | 0.5 |
| Hex | CC | 32 | 3D | 0 | 4B | 46 | 14 | 164 | 3D | 32 |
| Octal | 314 | 62 | 75 | 0 | 113 | 106 | 24 | 544 | 75 | 62 |
| Binary | 11001100 | 110010 | 111101 | 0 | 1001011 | 1000110 | 10100 | 101100100 | 111101 | 110010 |
Color Harmonies of #CC323D
Complementary color
Monochromatic Colors of #CC323D
Black with #CC323D
Text Example
Text Example
White with #CC323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC323D; }
p { color: rgb(204,50,61); }
H1.HeaderClassName
{
color: #CC323D;
}
.AnyTagClassName
{
color: #CC323D;
}
</style>
background-color css
<style>
a { background-color: #CC323D; }
a { background-color: rgb(204,50,61); }
div.DivClassName
{
background-color: #CC323D;
}
.BgClassName
{
background-color: #CC323D;
}
</style>
border-color css
<style>
span { border-color: #CC323D; }
span { border-color: rgb(204,50,61); }
td.TdClassName
{
border-color: #CC323D;
}
.TagClassName
{
border-color: #CC323D;
}
</style>