Shades of Mahogany #CC4245
Tints of Mahogany #CC4245
RGB
CMYK
RGB Variations
Color information
#CC4245 (or 0xCC4245) is known color: Mahogany. HEX triplet: CC, 42 and 45. RGB value is (204,66,69). Sum of RGB (Red+Green+Blue) = 204+66+69=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4245 is #33BDBA. Grayscale: #6B6B6B. Windows color (decimal): -3390907 or 4539084. OLE color: 4539084.
HSL color Cylindrical-coordinate representation of color #CC4245: hue angle of 358.7º degrees, saturation: 0.57, 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 #CC4245 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 69 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.2 |
| HSL | 358.7º | 0.58% | 0.53% | - |
| HSV(B) | 358.7º | 0.68% | 0.8% | - |
| XYZ | 27.92 | 17.16 | 7.47 | - |
| YUV | 107.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 69 | 0 | 0.68 | 0.66 | 0.2 | 358.7 | 0.58 | 0.53 |
| Hex | CC | 42 | 45 | 0 | 44 | 42 | 14 | 167 | 3A | 35 |
| Octal | 314 | 102 | 105 | 0 | 104 | 102 | 24 | 547 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1000101 | 0 | 1000100 | 1000010 | 10100 | 101100111 | 111010 | 110101 |
Color Harmonies of #CC4245
Complementary color
Monochromatic Colors of #CC4245
Black with #CC4245
Text Example
Text Example
White with #CC4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4245; }
p { color: rgb(204,66,69); }
H1.HeaderClassName
{
color: #CC4245;
}
.AnyTagClassName
{
color: #CC4245;
}
</style>
background-color css
<style>
a { background-color: #CC4245; }
a { background-color: rgb(204,66,69); }
div.DivClassName
{
background-color: #CC4245;
}
.BgClassName
{
background-color: #CC4245;
}
</style>
border-color css
<style>
span { border-color: #CC4245; }
span { border-color: rgb(204,66,69); }
td.TdClassName
{
border-color: #CC4245;
}
.TagClassName
{
border-color: #CC4245;
}
</style>