Shades of Mahogany #C5262A
Tints of Mahogany #C5262A
RGB
CMYK
RGB Variations
Color information
#C5262A (or 0xC5262A) is known color: Mahogany. HEX triplet: C5, 26 and 2A. RGB value is (197,38,42). Sum of RGB (Red+Green+Blue) = 197+38+42=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5262A is #3AD9D5. Grayscale: #565656. Windows color (decimal): -3856854 or 2762437. OLE color: 2762437.
HSL color Cylindrical-coordinate representation of color #C5262A: hue angle of 358.49º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5262A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.23 |
| HSL | 358.49º | 0.68% | 0.46% | - |
| HSV(B) | 358.49º | 0.81% | 0.77% | - |
| XYZ | 24.14 | 13.42 | 3.51 | - |
| YUV | 86 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 42 | 0 | 0.81 | 0.79 | 0.23 | 358.49 | 0.68 | 0.46 |
| Hex | C5 | 26 | 2A | 0 | 51 | 4F | 17 | 166 | 44 | 2E |
| Octal | 305 | 46 | 52 | 0 | 121 | 117 | 27 | 546 | 104 | 56 |
| Binary | 11000101 | 100110 | 101010 | 0 | 1010001 | 1001111 | 10111 | 101100110 | 1000100 | 101110 |
Color Harmonies of #C5262A
Complementary color
Monochromatic Colors of #C5262A
Black with #C5262A
Text Example
Text Example
White with #C5262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5262A; }
p { color: rgb(197,38,42); }
H1.HeaderClassName
{
color: #C5262A;
}
.AnyTagClassName
{
color: #C5262A;
}
</style>
background-color css
<style>
a { background-color: #C5262A; }
a { background-color: rgb(197,38,42); }
div.DivClassName
{
background-color: #C5262A;
}
.BgClassName
{
background-color: #C5262A;
}
</style>
border-color css
<style>
span { border-color: #C5262A; }
span { border-color: rgb(197,38,42); }
td.TdClassName
{
border-color: #C5262A;
}
.TagClassName
{
border-color: #C5262A;
}
</style>