Shades of Mahogany #CC3640
Tints of Mahogany #CC3640
RGB
CMYK
RGB Variations
Color information
#CC3640 (or 0xCC3640) is known color: Mahogany. HEX triplet: CC, 36 and 40. RGB value is (204,54,64). Sum of RGB (Red+Green+Blue) = 204+54+64=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3640 is #33C9BF. Grayscale: #646464. Windows color (decimal): -3393984 or 4208332. OLE color: 4208332.
HSL color Cylindrical-coordinate representation of color #CC3640: hue angle of 356º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3640 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 64 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.2 |
| HSL | 356º | 0.6% | 0.51% | - |
| HSV(B) | 356º | 0.74% | 0.8% | - |
| XYZ | 27.15 | 15.85 | 6.48 | - |
| YUV | 99.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 64 | 0 | 0.74 | 0.69 | 0.2 | 356 | 0.6 | 0.51 |
| Hex | CC | 36 | 40 | 0 | 4A | 45 | 14 | 164 | 3C | 33 |
| Octal | 314 | 66 | 100 | 0 | 112 | 105 | 24 | 544 | 74 | 63 |
| Binary | 11001100 | 110110 | 1000000 | 0 | 1001010 | 1000101 | 10100 | 101100100 | 111100 | 110011 |
Color Harmonies of #CC3640
Complementary color
Monochromatic Colors of #CC3640
Black with #CC3640
Text Example
Text Example
White with #CC3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3640; }
p { color: rgb(204,54,64); }
H1.HeaderClassName
{
color: #CC3640;
}
.AnyTagClassName
{
color: #CC3640;
}
</style>
background-color css
<style>
a { background-color: #CC3640; }
a { background-color: rgb(204,54,64); }
div.DivClassName
{
background-color: #CC3640;
}
.BgClassName
{
background-color: #CC3640;
}
</style>
border-color css
<style>
span { border-color: #CC3640; }
span { border-color: rgb(204,54,64); }
td.TdClassName
{
border-color: #CC3640;
}
.TagClassName
{
border-color: #CC3640;
}
</style>