Shades of Mahogany #CC2735
Tints of Mahogany #CC2735
RGB
CMYK
RGB Variations
Color information
#CC2735 (or 0xCC2735) is known color: Mahogany. HEX triplet: CC, 27 and 35. RGB value is (204,39,53). Sum of RGB (Red+Green+Blue) = 204+39+53=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2735 is #33D8CA. Grayscale: #5A5A5A. Windows color (decimal): -3397835 or 3483596. OLE color: 3483596.
HSL color Cylindrical-coordinate representation of color #CC2735: hue angle of 354.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2735 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 53 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.2 |
| HSL | 354.91º | 0.68% | 0.48% | - |
| HSV(B) | 354.91º | 0.81% | 0.8% | - |
| XYZ | 26.27 | 14.55 | 4.79 | - |
| YUV | 89.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 53 | 0 | 0.81 | 0.74 | 0.2 | 354.91 | 0.68 | 0.48 |
| Hex | CC | 27 | 35 | 0 | 51 | 4A | 14 | 163 | 44 | 30 |
| Octal | 314 | 47 | 65 | 0 | 121 | 112 | 24 | 543 | 104 | 60 |
| Binary | 11001100 | 100111 | 110101 | 0 | 1010001 | 1001010 | 10100 | 101100011 | 1000100 | 110000 |
Color Harmonies of #CC2735
Complementary color
Monochromatic Colors of #CC2735
Black with #CC2735
Text Example
Text Example
White with #CC2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2735; }
p { color: rgb(204,39,53); }
H1.HeaderClassName
{
color: #CC2735;
}
.AnyTagClassName
{
color: #CC2735;
}
</style>
background-color css
<style>
a { background-color: #CC2735; }
a { background-color: rgb(204,39,53); }
div.DivClassName
{
background-color: #CC2735;
}
.BgClassName
{
background-color: #CC2735;
}
</style>
border-color css
<style>
span { border-color: #CC2735; }
span { border-color: rgb(204,39,53); }
td.TdClassName
{
border-color: #CC2735;
}
.TagClassName
{
border-color: #CC2735;
}
</style>