Shades of Mahogany #C54245
Tints of Mahogany #C54245
RGB
CMYK
RGB Variations
Color information
#C54245 (or 0xC54245) is known color: Mahogany. HEX triplet: C5, 42 and 45. RGB value is (197,66,69). Sum of RGB (Red+Green+Blue) = 197+66+69=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C54245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54245 is #3ABDBA. Grayscale: #696969. Windows color (decimal): -3849659 or 4539077. OLE color: 4539077.
HSL color Cylindrical-coordinate representation of color #C54245: hue angle of 358.63º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54245 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 69 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.23 |
| HSL | 358.63º | 0.53% | 0.52% | - |
| HSV(B) | 358.63º | 0.66% | 0.77% | - |
| XYZ | 26.05 | 16.2 | 7.38 | - |
| YUV | 105.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 69 | 0 | 0.66 | 0.65 | 0.23 | 358.63 | 0.53 | 0.52 |
| Hex | C5 | 42 | 45 | 0 | 42 | 41 | 17 | 167 | 35 | 34 |
| Octal | 305 | 102 | 105 | 0 | 102 | 101 | 27 | 547 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1000101 | 0 | 1000010 | 1000001 | 10111 | 101100111 | 110101 | 110100 |
Color Harmonies of #C54245
Complementary color
Monochromatic Colors of #C54245
Black with #C54245
Text Example
Text Example
White with #C54245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54245; }
p { color: rgb(197,66,69); }
H1.HeaderClassName
{
color: #C54245;
}
.AnyTagClassName
{
color: #C54245;
}
</style>
background-color css
<style>
a { background-color: #C54245; }
a { background-color: rgb(197,66,69); }
div.DivClassName
{
background-color: #C54245;
}
.BgClassName
{
background-color: #C54245;
}
</style>
border-color css
<style>
span { border-color: #C54245; }
span { border-color: rgb(197,66,69); }
td.TdClassName
{
border-color: #C54245;
}
.TagClassName
{
border-color: #C54245;
}
</style>