Shades of Mahogany #CC4546
Tints of Mahogany #CC4546
RGB
CMYK
RGB Variations
Color information
#CC4546 (or 0xCC4546) is known color: Mahogany. HEX triplet: CC, 45 and 46. RGB value is (204,69,70). Sum of RGB (Red+Green+Blue) = 204+69+70=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4546 is #33BAB9. Grayscale: #6D6D6D. Windows color (decimal): -3390138 or 4605388. OLE color: 4605388.
HSL color Cylindrical-coordinate representation of color #CC4546: hue angle of 359.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4546 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 70 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.2 |
| HSL | 359.56º | 0.57% | 0.54% | - |
| HSV(B) | 359.56º | 0.66% | 0.8% | - |
| XYZ | 28.14 | 17.54 | 7.7 | - |
| YUV | 109.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 70 | 0 | 0.66 | 0.66 | 0.2 | 359.56 | 0.57 | 0.54 |
| Hex | CC | 45 | 46 | 0 | 42 | 42 | 14 | 168 | 39 | 36 |
| Octal | 314 | 105 | 106 | 0 | 102 | 102 | 24 | 550 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1000110 | 0 | 1000010 | 1000010 | 10100 | 101101000 | 111001 | 110110 |
Color Harmonies of #CC4546
Complementary color
Monochromatic Colors of #CC4546
Black with #CC4546
Text Example
Text Example
White with #CC4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4546; }
p { color: rgb(204,69,70); }
H1.HeaderClassName
{
color: #CC4546;
}
.AnyTagClassName
{
color: #CC4546;
}
</style>
background-color css
<style>
a { background-color: #CC4546; }
a { background-color: rgb(204,69,70); }
div.DivClassName
{
background-color: #CC4546;
}
.BgClassName
{
background-color: #CC4546;
}
</style>
border-color css
<style>
span { border-color: #CC4546; }
span { border-color: rgb(204,69,70); }
td.TdClassName
{
border-color: #CC4546;
}
.TagClassName
{
border-color: #CC4546;
}
</style>