Shades of Mahogany #CC343B
Tints of Mahogany #CC343B
RGB
CMYK
RGB Variations
Color information
#CC343B (or 0xCC343B) is known color: Mahogany. HEX triplet: CC, 34 and 3B. RGB value is (204,52,59). Sum of RGB (Red+Green+Blue) = 204+52+59=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC343B is #33CBC4. Grayscale: #626262. Windows color (decimal): -3394501 or 3880140. OLE color: 3880140.
HSL color Cylindrical-coordinate representation of color #CC343B: hue angle of 357.24º 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 #CC343B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 59 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.2 |
| HSL | 357.24º | 0.6% | 0.5% | - |
| HSV(B) | 357.24º | 0.75% | 0.8% | - |
| XYZ | 26.92 | 15.61 | 5.73 | - |
| YUV | 98.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 59 | 0 | 0.75 | 0.71 | 0.2 | 357.24 | 0.6 | 0.5 |
| Hex | CC | 34 | 3B | 0 | 4B | 47 | 14 | 165 | 3C | 32 |
| Octal | 314 | 64 | 73 | 0 | 113 | 107 | 24 | 545 | 74 | 62 |
| Binary | 11001100 | 110100 | 111011 | 0 | 1001011 | 1000111 | 10100 | 101100101 | 111100 | 110010 |
Color Harmonies of #CC343B
Complementary color
Monochromatic Colors of #CC343B
Black with #CC343B
Text Example
Text Example
White with #CC343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC343B; }
p { color: rgb(204,52,59); }
H1.HeaderClassName
{
color: #CC343B;
}
.AnyTagClassName
{
color: #CC343B;
}
</style>
background-color css
<style>
a { background-color: #CC343B; }
a { background-color: rgb(204,52,59); }
div.DivClassName
{
background-color: #CC343B;
}
.BgClassName
{
background-color: #CC343B;
}
</style>
border-color css
<style>
span { border-color: #CC343B; }
span { border-color: rgb(204,52,59); }
td.TdClassName
{
border-color: #CC343B;
}
.TagClassName
{
border-color: #CC343B;
}
</style>