Shades of Mahogany #C32C37
Tints of Mahogany #C32C37
RGB
CMYK
RGB Variations
Color information
#C32C37 (or 0xC32C37) is known color: Mahogany. HEX triplet: C3, 2C and 37. RGB value is (195,44,55). Sum of RGB (Red+Green+Blue) = 195+44+55=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C37 is #3CD3C8. Grayscale: #5A5A5A. Windows color (decimal): -3986377 or 3615939. OLE color: 3615939.
HSL color Cylindrical-coordinate representation of color #C32C37: hue angle of 355.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.24 |
| HSL | 355.63º | 0.63% | 0.47% | - |
| HSV(B) | 355.63º | 0.77% | 0.76% | - |
| XYZ | 24.1 | 13.68 | 4.98 | - |
| YUV | 90.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 55 | 0 | 0.77 | 0.72 | 0.24 | 355.63 | 0.63 | 0.47 |
| Hex | C3 | 2C | 37 | 0 | 4D | 48 | 18 | 164 | 3F | 2F |
| Octal | 303 | 54 | 67 | 0 | 115 | 110 | 30 | 544 | 77 | 57 |
| Binary | 11000011 | 101100 | 110111 | 0 | 1001101 | 1001000 | 11000 | 101100100 | 111111 | 101111 |
Color Harmonies of #C32C37
Complementary color
Monochromatic Colors of #C32C37
Black with #C32C37
Text Example
Text Example
White with #C32C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C37; }
p { color: rgb(195,44,55); }
H1.HeaderClassName
{
color: #C32C37;
}
.AnyTagClassName
{
color: #C32C37;
}
</style>
background-color css
<style>
a { background-color: #C32C37; }
a { background-color: rgb(195,44,55); }
div.DivClassName
{
background-color: #C32C37;
}
.BgClassName
{
background-color: #C32C37;
}
</style>
border-color css
<style>
span { border-color: #C32C37; }
span { border-color: rgb(195,44,55); }
td.TdClassName
{
border-color: #C32C37;
}
.TagClassName
{
border-color: #C32C37;
}
</style>