Shades of Mahogany #CC3639
Tints of Mahogany #CC3639
RGB
CMYK
RGB Variations
Color information
#CC3639 (or 0xCC3639) is known color: Mahogany. HEX triplet: CC, 36 and 39. RGB value is (204,54,57). Sum of RGB (Red+Green+Blue) = 204+54+57=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3639 is #33C9C6. Grayscale: #636363. Windows color (decimal): -3393991 or 3749580. OLE color: 3749580.
HSL color Cylindrical-coordinate representation of color #CC3639: hue angle of 358.8º 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 #CC3639 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 57 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.2 |
| HSL | 358.8º | 0.6% | 0.51% | - |
| HSV(B) | 358.8º | 0.74% | 0.8% | - |
| XYZ | 26.96 | 15.77 | 5.49 | - |
| YUV | 99.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 57 | 0 | 0.74 | 0.72 | 0.2 | 358.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 39 | 0 | 4A | 48 | 14 | 167 | 3C | 33 |
| Octal | 314 | 66 | 71 | 0 | 112 | 110 | 24 | 547 | 74 | 63 |
| Binary | 11001100 | 110110 | 111001 | 0 | 1001010 | 1001000 | 10100 | 101100111 | 111100 | 110011 |
Color Harmonies of #CC3639
Complementary color
Monochromatic Colors of #CC3639
Black with #CC3639
Text Example
Text Example
White with #CC3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3639; }
p { color: rgb(204,54,57); }
H1.HeaderClassName
{
color: #CC3639;
}
.AnyTagClassName
{
color: #CC3639;
}
</style>
background-color css
<style>
a { background-color: #CC3639; }
a { background-color: rgb(204,54,57); }
div.DivClassName
{
background-color: #CC3639;
}
.BgClassName
{
background-color: #CC3639;
}
</style>
border-color css
<style>
span { border-color: #CC3639; }
span { border-color: rgb(204,54,57); }
td.TdClassName
{
border-color: #CC3639;
}
.TagClassName
{
border-color: #CC3639;
}
</style>