Shades of Mahogany #C34344
Tints of Mahogany #C34344
RGB
CMYK
RGB Variations
Color information
#C34344 (or 0xC34344) is known color: Mahogany. HEX triplet: C3, 43 and 44. RGB value is (195,67,68). Sum of RGB (Red+Green+Blue) = 195+67+68=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34344 is #3CBCBB. Grayscale: #696969. Windows color (decimal): -3980476 or 4473795. OLE color: 4473795.
HSL color Cylindrical-coordinate representation of color #C34344: hue angle of 359.53º 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 #C34344 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 68 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.24 |
| HSL | 359.53º | 0.52% | 0.51% | - |
| HSV(B) | 359.53º | 0.66% | 0.76% | - |
| XYZ | 25.56 | 16.03 | 7.22 | - |
| YUV | 105.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 68 | 0 | 0.66 | 0.65 | 0.24 | 359.53 | 0.52 | 0.51 |
| Hex | C3 | 43 | 44 | 0 | 42 | 41 | 18 | 168 | 34 | 33 |
| Octal | 303 | 103 | 104 | 0 | 102 | 101 | 30 | 550 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1000100 | 0 | 1000010 | 1000001 | 11000 | 101101000 | 110100 | 110011 |
Color Harmonies of #C34344
Complementary color
Monochromatic Colors of #C34344
Black with #C34344
Text Example
Text Example
White with #C34344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34344; }
p { color: rgb(195,67,68); }
H1.HeaderClassName
{
color: #C34344;
}
.AnyTagClassName
{
color: #C34344;
}
</style>
background-color css
<style>
a { background-color: #C34344; }
a { background-color: rgb(195,67,68); }
div.DivClassName
{
background-color: #C34344;
}
.BgClassName
{
background-color: #C34344;
}
</style>
border-color css
<style>
span { border-color: #C34344; }
span { border-color: rgb(195,67,68); }
td.TdClassName
{
border-color: #C34344;
}
.TagClassName
{
border-color: #C34344;
}
</style>