Shades of Mahogany #C34246
Tints of Mahogany #C34246
RGB
CMYK
RGB Variations
Color information
#C34246 (or 0xC34246) is known color: Mahogany. HEX triplet: C3, 42 and 46. RGB value is (195,66,70). Sum of RGB (Red+Green+Blue) = 195+66+70=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34246 is #3CBDB9. Grayscale: #696969. Windows color (decimal): -3980730 or 4604611. OLE color: 4604611.
HSL color Cylindrical-coordinate representation of color #C34246: hue angle of 358.14º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34246 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 70 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.24 |
| HSL | 358.14º | 0.52% | 0.51% | - |
| HSV(B) | 358.14º | 0.66% | 0.76% | - |
| XYZ | 25.56 | 15.94 | 7.52 | - |
| YUV | 105.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 70 | 0 | 0.66 | 0.64 | 0.24 | 358.14 | 0.52 | 0.51 |
| Hex | C3 | 42 | 46 | 0 | 42 | 40 | 18 | 166 | 34 | 33 |
| Octal | 303 | 102 | 106 | 0 | 102 | 100 | 30 | 546 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1000110 | 0 | 1000010 | 1000000 | 11000 | 101100110 | 110100 | 110011 |
Color Harmonies of #C34246
Complementary color
Monochromatic Colors of #C34246
Black with #C34246
Text Example
Text Example
White with #C34246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34246; }
p { color: rgb(195,66,70); }
H1.HeaderClassName
{
color: #C34246;
}
.AnyTagClassName
{
color: #C34246;
}
</style>
background-color css
<style>
a { background-color: #C34246; }
a { background-color: rgb(195,66,70); }
div.DivClassName
{
background-color: #C34246;
}
.BgClassName
{
background-color: #C34246;
}
</style>
border-color css
<style>
span { border-color: #C34246; }
span { border-color: rgb(195,66,70); }
td.TdClassName
{
border-color: #C34246;
}
.TagClassName
{
border-color: #C34246;
}
</style>