Shades of Mahogany #C4262D
Tints of Mahogany #C4262D
RGB
CMYK
RGB Variations
Color information
#C4262D (or 0xC4262D) is known color: Mahogany. HEX triplet: C4, 26 and 2D. RGB value is (196,38,45). Sum of RGB (Red+Green+Blue) = 196+38+45=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4262D is #3BD9D2. Grayscale: #565656. Windows color (decimal): -3922387 or 2959044. OLE color: 2959044.
HSL color Cylindrical-coordinate representation of color #C4262D: hue angle of 357.34º 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 #C4262D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 45 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.23 |
| HSL | 357.34º | 0.68% | 0.46% | - |
| HSV(B) | 357.34º | 0.81% | 0.77% | - |
| XYZ | 23.93 | 13.31 | 3.79 | - |
| YUV | 86.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 45 | 0 | 0.81 | 0.77 | 0.23 | 357.34 | 0.68 | 0.46 |
| Hex | C4 | 26 | 2D | 0 | 51 | 4D | 17 | 165 | 44 | 2E |
| Octal | 304 | 46 | 55 | 0 | 121 | 115 | 27 | 545 | 104 | 56 |
| Binary | 11000100 | 100110 | 101101 | 0 | 1010001 | 1001101 | 10111 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C4262D
Complementary color
Monochromatic Colors of #C4262D
Black with #C4262D
Text Example
Text Example
White with #C4262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4262D; }
p { color: rgb(196,38,45); }
H1.HeaderClassName
{
color: #C4262D;
}
.AnyTagClassName
{
color: #C4262D;
}
</style>
background-color css
<style>
a { background-color: #C4262D; }
a { background-color: rgb(196,38,45); }
div.DivClassName
{
background-color: #C4262D;
}
.BgClassName
{
background-color: #C4262D;
}
</style>
border-color css
<style>
span { border-color: #C4262D; }
span { border-color: rgb(196,38,45); }
td.TdClassName
{
border-color: #C4262D;
}
.TagClassName
{
border-color: #C4262D;
}
</style>