Shades of Mahogany #CC333B
Tints of Mahogany #CC333B
RGB
CMYK
RGB Variations
Color information
#CC333B (or 0xCC333B) is known color: Mahogany. HEX triplet: CC, 33 and 3B. RGB value is (204,51,59). Sum of RGB (Red+Green+Blue) = 204+51+59=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333B is #33CCC4. Grayscale: #616161. Windows color (decimal): -3394757 or 3879884. OLE color: 3879884.
HSL color Cylindrical-coordinate representation of color #CC333B: hue angle of 356.86º 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 #CC333B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 59 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.2 |
| HSL | 356.86º | 0.6% | 0.5% | - |
| HSV(B) | 356.86º | 0.75% | 0.8% | - |
| XYZ | 26.88 | 15.52 | 5.72 | - |
| YUV | 97.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 59 | 0 | 0.75 | 0.71 | 0.2 | 356.86 | 0.6 | 0.5 |
| Hex | CC | 33 | 3B | 0 | 4B | 47 | 14 | 165 | 3C | 32 |
| Octal | 314 | 63 | 73 | 0 | 113 | 107 | 24 | 545 | 74 | 62 |
| Binary | 11001100 | 110011 | 111011 | 0 | 1001011 | 1000111 | 10100 | 101100101 | 111100 | 110010 |
Color Harmonies of #CC333B
Complementary color
Monochromatic Colors of #CC333B
Black with #CC333B
Text Example
Text Example
White with #CC333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC333B; }
p { color: rgb(204,51,59); }
H1.HeaderClassName
{
color: #CC333B;
}
.AnyTagClassName
{
color: #CC333B;
}
</style>
background-color css
<style>
a { background-color: #CC333B; }
a { background-color: rgb(204,51,59); }
div.DivClassName
{
background-color: #CC333B;
}
.BgClassName
{
background-color: #CC333B;
}
</style>
border-color css
<style>
span { border-color: #CC333B; }
span { border-color: rgb(204,51,59); }
td.TdClassName
{
border-color: #CC333B;
}
.TagClassName
{
border-color: #CC333B;
}
</style>