Shades of Mahogany #CC333E
Tints of Mahogany #CC333E
RGB
CMYK
RGB Variations
Color information
#CC333E (or 0xCC333E) is known color: Mahogany. HEX triplet: CC, 33 and 3E. RGB value is (204,51,62). Sum of RGB (Red+Green+Blue) = 204+51+62=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333E is #33CCC1. Grayscale: #626262. Windows color (decimal): -3394754 or 4076492. OLE color: 4076492.
HSL color Cylindrical-coordinate representation of color #CC333E: hue angle of 355.69º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC333E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.2 |
| HSL | 355.69º | 0.6% | 0.5% | - |
| HSV(B) | 355.69º | 0.75% | 0.8% | - |
| XYZ | 26.96 | 15.55 | 6.14 | - |
| YUV | 98 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 62 | 0 | 0.75 | 0.70 | 0.2 | 355.69 | 0.6 | 0.5 |
| Hex | CC | 33 | 3E | 0 | 4B | 46 | 14 | 164 | 3C | 32 |
| Octal | 314 | 63 | 76 | 0 | 113 | 106 | 24 | 544 | 74 | 62 |
| Binary | 11001100 | 110011 | 111110 | 0 | 1001011 | 1000110 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CC333E
Complementary color
Monochromatic Colors of #CC333E
Black with #CC333E
Text Example
Text Example
White with #CC333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC333E; }
p { color: rgb(204,51,62); }
H1.HeaderClassName
{
color: #CC333E;
}
.AnyTagClassName
{
color: #CC333E;
}
</style>
background-color css
<style>
a { background-color: #CC333E; }
a { background-color: rgb(204,51,62); }
div.DivClassName
{
background-color: #CC333E;
}
.BgClassName
{
background-color: #CC333E;
}
</style>
border-color css
<style>
span { border-color: #CC333E; }
span { border-color: rgb(204,51,62); }
td.TdClassName
{
border-color: #CC333E;
}
.TagClassName
{
border-color: #CC333E;
}
</style>