Shades of Mahogany #C2353C
Tints of Mahogany #C2353C
RGB
CMYK
RGB Variations
Color information
#C2353C (or 0xC2353C) is known color: Mahogany. HEX triplet: C2, 35 and 3C. RGB value is (194,53,60). Sum of RGB (Red+Green+Blue) = 194+53+60=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2353C is #3DCAC3. Grayscale: #606060. Windows color (decimal): -4049604 or 3945922. OLE color: 3945922.
HSL color Cylindrical-coordinate representation of color #C2353C: hue angle of 357.02º degrees, saturation: 0.57, 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 #C2353C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 60 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.24 |
| HSL | 357.02º | 0.57% | 0.48% | - |
| HSV(B) | 357.02º | 0.73% | 0.76% | - |
| XYZ | 24.34 | 14.34 | 5.76 | - |
| YUV | 95.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 60 | 0 | 0.73 | 0.69 | 0.24 | 357.02 | 0.57 | 0.48 |
| Hex | C2 | 35 | 3C | 0 | 49 | 45 | 18 | 165 | 39 | 30 |
| Octal | 302 | 65 | 74 | 0 | 111 | 105 | 30 | 545 | 71 | 60 |
| Binary | 11000010 | 110101 | 111100 | 0 | 1001001 | 1000101 | 11000 | 101100101 | 111001 | 110000 |
Color Harmonies of #C2353C
Complementary color
Monochromatic Colors of #C2353C
Black with #C2353C
Text Example
Text Example
White with #C2353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2353C; }
p { color: rgb(194,53,60); }
H1.HeaderClassName
{
color: #C2353C;
}
.AnyTagClassName
{
color: #C2353C;
}
</style>
background-color css
<style>
a { background-color: #C2353C; }
a { background-color: rgb(194,53,60); }
div.DivClassName
{
background-color: #C2353C;
}
.BgClassName
{
background-color: #C2353C;
}
</style>
border-color css
<style>
span { border-color: #C2353C; }
span { border-color: rgb(194,53,60); }
td.TdClassName
{
border-color: #C2353C;
}
.TagClassName
{
border-color: #C2353C;
}
</style>