Shades of Mahogany #CC2832
Tints of Mahogany #CC2832
RGB
CMYK
RGB Variations
Color information
#CC2832 (or 0xCC2832) is known color: Mahogany. HEX triplet: CC, 28 and 32. RGB value is (204,40,50). Sum of RGB (Red+Green+Blue) = 204+40+50=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2832 is #33D7CD. Grayscale: #5A5A5A. Windows color (decimal): -3397582 or 3287244. OLE color: 3287244.
HSL color Cylindrical-coordinate representation of color #CC2832: hue angle of 356.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2832 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.2 |
| HSL | 356.34º | 0.67% | 0.48% | - |
| HSV(B) | 356.34º | 0.8% | 0.8% | - |
| XYZ | 26.24 | 14.59 | 4.45 | - |
| YUV | 90.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 50 | 0 | 0.80 | 0.75 | 0.2 | 356.34 | 0.67 | 0.48 |
| Hex | CC | 28 | 32 | 0 | 50 | 4B | 14 | 164 | 43 | 30 |
| Octal | 314 | 50 | 62 | 0 | 120 | 113 | 24 | 544 | 103 | 60 |
| Binary | 11001100 | 101000 | 110010 | 0 | 1010000 | 1001011 | 10100 | 101100100 | 1000011 | 110000 |
Color Harmonies of #CC2832
Complementary color
Monochromatic Colors of #CC2832
Black with #CC2832
Text Example
Text Example
White with #CC2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2832; }
p { color: rgb(204,40,50); }
H1.HeaderClassName
{
color: #CC2832;
}
.AnyTagClassName
{
color: #CC2832;
}
</style>
background-color css
<style>
a { background-color: #CC2832; }
a { background-color: rgb(204,40,50); }
div.DivClassName
{
background-color: #CC2832;
}
.BgClassName
{
background-color: #CC2832;
}
</style>
border-color css
<style>
span { border-color: #CC2832; }
span { border-color: rgb(204,40,50); }
td.TdClassName
{
border-color: #CC2832;
}
.TagClassName
{
border-color: #CC2832;
}
</style>