Shades of Mahogany #C34245
Tints of Mahogany #C34245
RGB
CMYK
RGB Variations
Color information
#C34245 (or 0xC34245) is known color: Mahogany. HEX triplet: C3, 42 and 45. RGB value is (195,66,69). Sum of RGB (Red+Green+Blue) = 195+66+69=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34245 is #3CBDBA. Grayscale: #696969. Windows color (decimal): -3980731 or 4539075. OLE color: 4539075.
HSL color Cylindrical-coordinate representation of color #C34245: hue angle of 358.6º 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 #C34245 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 69 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.24 |
| HSL | 358.6º | 0.52% | 0.51% | - |
| HSV(B) | 358.6º | 0.66% | 0.76% | - |
| XYZ | 25.53 | 15.93 | 7.36 | - |
| YUV | 104.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 69 | 0 | 0.66 | 0.65 | 0.24 | 358.6 | 0.52 | 0.51 |
| Hex | C3 | 42 | 45 | 0 | 42 | 41 | 18 | 167 | 34 | 33 |
| Octal | 303 | 102 | 105 | 0 | 102 | 101 | 30 | 547 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1000101 | 0 | 1000010 | 1000001 | 11000 | 101100111 | 110100 | 110011 |
Color Harmonies of #C34245
Complementary color
Monochromatic Colors of #C34245
Black with #C34245
Text Example
Text Example
White with #C34245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34245; }
p { color: rgb(195,66,69); }
H1.HeaderClassName
{
color: #C34245;
}
.AnyTagClassName
{
color: #C34245;
}
</style>
background-color css
<style>
a { background-color: #C34245; }
a { background-color: rgb(195,66,69); }
div.DivClassName
{
background-color: #C34245;
}
.BgClassName
{
background-color: #C34245;
}
</style>
border-color css
<style>
span { border-color: #C34245; }
span { border-color: rgb(195,66,69); }
td.TdClassName
{
border-color: #C34245;
}
.TagClassName
{
border-color: #C34245;
}
</style>