Shades of Mahogany #CC282C
Tints of Mahogany #CC282C
RGB
CMYK
RGB Variations
Color information
#CC282C (or 0xCC282C) is known color: Mahogany. HEX triplet: CC, 28 and 2C. RGB value is (204,40,44). Sum of RGB (Red+Green+Blue) = 204+40+44=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC282C is #33D7D3. Grayscale: #595959. Windows color (decimal): -3397588 or 2894028. OLE color: 2894028.
HSL color Cylindrical-coordinate representation of color #CC282C: hue angle of 358.54º 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 #CC282C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.2 |
| HSL | 358.54º | 0.67% | 0.48% | - |
| HSV(B) | 358.54º | 0.8% | 0.8% | - |
| XYZ | 26.12 | 14.54 | 3.81 | - |
| YUV | 89.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 44 | 0 | 0.80 | 0.78 | 0.2 | 358.54 | 0.67 | 0.48 |
| Hex | CC | 28 | 2C | 0 | 50 | 4E | 14 | 167 | 43 | 30 |
| Octal | 314 | 50 | 54 | 0 | 120 | 116 | 24 | 547 | 103 | 60 |
| Binary | 11001100 | 101000 | 101100 | 0 | 1010000 | 1001110 | 10100 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CC282C
Complementary color
Monochromatic Colors of #CC282C
Black with #CC282C
Text Example
Text Example
White with #CC282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC282C; }
p { color: rgb(204,40,44); }
H1.HeaderClassName
{
color: #CC282C;
}
.AnyTagClassName
{
color: #CC282C;
}
</style>
background-color css
<style>
a { background-color: #CC282C; }
a { background-color: rgb(204,40,44); }
div.DivClassName
{
background-color: #CC282C;
}
.BgClassName
{
background-color: #CC282C;
}
</style>
border-color css
<style>
span { border-color: #CC282C; }
span { border-color: rgb(204,40,44); }
td.TdClassName
{
border-color: #CC282C;
}
.TagClassName
{
border-color: #CC282C;
}
</style>