Shades of Mahogany #CC343D
Tints of Mahogany #CC343D
RGB
CMYK
RGB Variations
Color information
#CC343D (or 0xCC343D) is known color: Mahogany. HEX triplet: CC, 34 and 3D. RGB value is (204,52,61). Sum of RGB (Red+Green+Blue) = 204+52+61=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC343D is #33CBC2. Grayscale: #626262. Windows color (decimal): -3394499 or 4011212. OLE color: 4011212.
HSL color Cylindrical-coordinate representation of color #CC343D: hue angle of 356.45º 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 #CC343D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.2 |
| HSL | 356.45º | 0.6% | 0.5% | - |
| HSV(B) | 356.45º | 0.75% | 0.8% | - |
| XYZ | 26.97 | 15.63 | 6.01 | - |
| YUV | 98.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 61 | 0 | 0.75 | 0.70 | 0.2 | 356.45 | 0.6 | 0.5 |
| Hex | CC | 34 | 3D | 0 | 4B | 46 | 14 | 164 | 3C | 32 |
| Octal | 314 | 64 | 75 | 0 | 113 | 106 | 24 | 544 | 74 | 62 |
| Binary | 11001100 | 110100 | 111101 | 0 | 1001011 | 1000110 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CC343D
Complementary color
Monochromatic Colors of #CC343D
Black with #CC343D
Text Example
Text Example
White with #CC343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC343D; }
p { color: rgb(204,52,61); }
H1.HeaderClassName
{
color: #CC343D;
}
.AnyTagClassName
{
color: #CC343D;
}
</style>
background-color css
<style>
a { background-color: #CC343D; }
a { background-color: rgb(204,52,61); }
div.DivClassName
{
background-color: #CC343D;
}
.BgClassName
{
background-color: #CC343D;
}
</style>
border-color css
<style>
span { border-color: #CC343D; }
span { border-color: rgb(204,52,61); }
td.TdClassName
{
border-color: #CC343D;
}
.TagClassName
{
border-color: #CC343D;
}
</style>