Shades of Mahogany #C74245
Tints of Mahogany #C74245
RGB
CMYK
RGB Variations
Color information
#C74245 (or 0xC74245) is known color: Mahogany. HEX triplet: C7, 42 and 45. RGB value is (199,66,69). Sum of RGB (Red+Green+Blue) = 199+66+69=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C74245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74245 is #38BDBA. Grayscale: #6A6A6A. Windows color (decimal): -3718587 or 4539079. OLE color: 4539079.
HSL color Cylindrical-coordinate representation of color #C74245: hue angle of 358.65º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74245 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 69 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.22 |
| HSL | 358.65º | 0.54% | 0.52% | - |
| HSV(B) | 358.65º | 0.67% | 0.78% | - |
| XYZ | 26.58 | 16.47 | 7.41 | - |
| YUV | 106.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 69 | 0 | 0.67 | 0.65 | 0.22 | 358.65 | 0.54 | 0.52 |
| Hex | C7 | 42 | 45 | 0 | 43 | 41 | 16 | 167 | 36 | 34 |
| Octal | 307 | 102 | 105 | 0 | 103 | 101 | 26 | 547 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1000101 | 0 | 1000011 | 1000001 | 10110 | 101100111 | 110110 | 110100 |
Color Harmonies of #C74245
Complementary color
Monochromatic Colors of #C74245
Black with #C74245
Text Example
Text Example
White with #C74245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74245; }
p { color: rgb(199,66,69); }
H1.HeaderClassName
{
color: #C74245;
}
.AnyTagClassName
{
color: #C74245;
}
</style>
background-color css
<style>
a { background-color: #C74245; }
a { background-color: rgb(199,66,69); }
div.DivClassName
{
background-color: #C74245;
}
.BgClassName
{
background-color: #C74245;
}
</style>
border-color css
<style>
span { border-color: #C74245; }
span { border-color: rgb(199,66,69); }
td.TdClassName
{
border-color: #C74245;
}
.TagClassName
{
border-color: #C74245;
}
</style>