Shades of Mahogany #C2343C
Tints of Mahogany #C2343C
RGB
CMYK
RGB Variations
Color information
#C2343C (or 0xC2343C) is known color: Mahogany. HEX triplet: C2, 34 and 3C. RGB value is (194,52,60). Sum of RGB (Red+Green+Blue) = 194+52+60=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2343C is #3DCBC3. Grayscale: #5F5F5F. Windows color (decimal): -4049860 or 3945666. OLE color: 3945666.
HSL color Cylindrical-coordinate representation of color #C2343C: hue angle of 356.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2343C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 60 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.24 |
| HSL | 356.62º | 0.58% | 0.48% | - |
| HSV(B) | 356.62º | 0.73% | 0.76% | - |
| XYZ | 24.29 | 14.25 | 5.75 | - |
| YUV | 95.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 60 | 0 | 0.73 | 0.69 | 0.24 | 356.62 | 0.58 | 0.48 |
| Hex | C2 | 34 | 3C | 0 | 49 | 45 | 18 | 165 | 3A | 30 |
| Octal | 302 | 64 | 74 | 0 | 111 | 105 | 30 | 545 | 72 | 60 |
| Binary | 11000010 | 110100 | 111100 | 0 | 1001001 | 1000101 | 11000 | 101100101 | 111010 | 110000 |
Color Harmonies of #C2343C
Complementary color
Monochromatic Colors of #C2343C
Black with #C2343C
Text Example
Text Example
White with #C2343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2343C; }
p { color: rgb(194,52,60); }
H1.HeaderClassName
{
color: #C2343C;
}
.AnyTagClassName
{
color: #C2343C;
}
</style>
background-color css
<style>
a { background-color: #C2343C; }
a { background-color: rgb(194,52,60); }
div.DivClassName
{
background-color: #C2343C;
}
.BgClassName
{
background-color: #C2343C;
}
</style>
border-color css
<style>
span { border-color: #C2343C; }
span { border-color: rgb(194,52,60); }
td.TdClassName
{
border-color: #C2343C;
}
.TagClassName
{
border-color: #C2343C;
}
</style>