Shades of Mahogany #CC4146
Tints of Mahogany #CC4146
RGB
CMYK
RGB Variations
Color information
#CC4146 (or 0xCC4146) is known color: Mahogany. HEX triplet: CC, 41 and 46. RGB value is (204,65,70). Sum of RGB (Red+Green+Blue) = 204+65+70=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4146 is #33BEB9. Grayscale: #6B6B6B. Windows color (decimal): -3391162 or 4604364. OLE color: 4604364.
HSL color Cylindrical-coordinate representation of color #CC4146: hue angle of 357.84º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4146 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 70 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.2 |
| HSL | 357.84º | 0.58% | 0.53% | - |
| HSV(B) | 357.84º | 0.68% | 0.8% | - |
| XYZ | 27.9 | 17.06 | 7.62 | - |
| YUV | 107.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 70 | 0 | 0.68 | 0.66 | 0.2 | 357.84 | 0.58 | 0.53 |
| Hex | CC | 41 | 46 | 0 | 44 | 42 | 14 | 166 | 3A | 35 |
| Octal | 314 | 101 | 106 | 0 | 104 | 102 | 24 | 546 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1000110 | 0 | 1000100 | 1000010 | 10100 | 101100110 | 111010 | 110101 |
Color Harmonies of #CC4146
Complementary color
Monochromatic Colors of #CC4146
Black with #CC4146
Text Example
Text Example
White with #CC4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4146; }
p { color: rgb(204,65,70); }
H1.HeaderClassName
{
color: #CC4146;
}
.AnyTagClassName
{
color: #CC4146;
}
</style>
background-color css
<style>
a { background-color: #CC4146; }
a { background-color: rgb(204,65,70); }
div.DivClassName
{
background-color: #CC4146;
}
.BgClassName
{
background-color: #CC4146;
}
</style>
border-color css
<style>
span { border-color: #CC4146; }
span { border-color: rgb(204,65,70); }
td.TdClassName
{
border-color: #CC4146;
}
.TagClassName
{
border-color: #CC4146;
}
</style>