Shades of Mahogany #CC343A
Tints of Mahogany #CC343A
RGB
CMYK
RGB Variations
Color information
#CC343A (or 0xCC343A) is known color: Mahogany. HEX triplet: CC, 34 and 3A. RGB value is (204,52,58). Sum of RGB (Red+Green+Blue) = 204+52+58=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC343A is #33CBC5. Grayscale: #626262. Windows color (decimal): -3394502 or 3814604. OLE color: 3814604.
HSL color Cylindrical-coordinate representation of color #CC343A: hue angle of 357.63º 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 #CC343A is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 58 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.2 |
| HSL | 357.63º | 0.6% | 0.5% | - |
| HSV(B) | 357.63º | 0.75% | 0.8% | - |
| XYZ | 26.89 | 15.6 | 5.6 | - |
| YUV | 98.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 58 | 0 | 0.75 | 0.72 | 0.2 | 357.63 | 0.6 | 0.5 |
| Hex | CC | 34 | 3A | 0 | 4B | 48 | 14 | 166 | 3C | 32 |
| Octal | 314 | 64 | 72 | 0 | 113 | 110 | 24 | 546 | 74 | 62 |
| Binary | 11001100 | 110100 | 111010 | 0 | 1001011 | 1001000 | 10100 | 101100110 | 111100 | 110010 |
Color Harmonies of #CC343A
Complementary color
Monochromatic Colors of #CC343A
Black with #CC343A
Text Example
Text Example
White with #CC343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC343A; }
p { color: rgb(204,52,58); }
H1.HeaderClassName
{
color: #CC343A;
}
.AnyTagClassName
{
color: #CC343A;
}
</style>
background-color css
<style>
a { background-color: #CC343A; }
a { background-color: rgb(204,52,58); }
div.DivClassName
{
background-color: #CC343A;
}
.BgClassName
{
background-color: #CC343A;
}
</style>
border-color css
<style>
span { border-color: #CC343A; }
span { border-color: rgb(204,52,58); }
td.TdClassName
{
border-color: #CC343A;
}
.TagClassName
{
border-color: #CC343A;
}
</style>