Shades of Mahogany #C32C32
Tints of Mahogany #C32C32
RGB
CMYK
RGB Variations
Color information
#C32C32 (or 0xC32C32) is known color: Mahogany. HEX triplet: C3, 2C and 32. RGB value is (195,44,50). Sum of RGB (Red+Green+Blue) = 195+44+50=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C32 is #3CD3CD. Grayscale: #595959. Windows color (decimal): -3986382 or 3288259. OLE color: 3288259.
HSL color Cylindrical-coordinate representation of color #C32C32: hue angle of 357.62º 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 #C32C32 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 50 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.24 |
| HSL | 357.62º | 0.63% | 0.47% | - |
| HSV(B) | 357.62º | 0.77% | 0.76% | - |
| XYZ | 23.98 | 13.63 | 4.39 | - |
| YUV | 89.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 50 | 0 | 0.77 | 0.74 | 0.24 | 357.62 | 0.63 | 0.47 |
| Hex | C3 | 2C | 32 | 0 | 4D | 4A | 18 | 166 | 3F | 2F |
| Octal | 303 | 54 | 62 | 0 | 115 | 112 | 30 | 546 | 77 | 57 |
| Binary | 11000011 | 101100 | 110010 | 0 | 1001101 | 1001010 | 11000 | 101100110 | 111111 | 101111 |
Color Harmonies of #C32C32
Complementary color
Monochromatic Colors of #C32C32
Black with #C32C32
Text Example
Text Example
White with #C32C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C32; }
p { color: rgb(195,44,50); }
H1.HeaderClassName
{
color: #C32C32;
}
.AnyTagClassName
{
color: #C32C32;
}
</style>
background-color css
<style>
a { background-color: #C32C32; }
a { background-color: rgb(195,44,50); }
div.DivClassName
{
background-color: #C32C32;
}
.BgClassName
{
background-color: #C32C32;
}
</style>
border-color css
<style>
span { border-color: #C32C32; }
span { border-color: rgb(195,44,50); }
td.TdClassName
{
border-color: #C32C32;
}
.TagClassName
{
border-color: #C32C32;
}
</style>