Shades of Mahogany #C74347
Tints of Mahogany #C74347
RGB
CMYK
RGB Variations
Color information
#C74347 (or 0xC74347) is known color: Mahogany. HEX triplet: C7, 43 and 47. RGB value is (199,67,71). Sum of RGB (Red+Green+Blue) = 199+67+71=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74347 is #38BCB8. Grayscale: #6B6B6B. Windows color (decimal): -3718329 or 4670407. OLE color: 4670407.
HSL color Cylindrical-coordinate representation of color #C74347: hue angle of 358.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74347 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 71 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.22 |
| HSL | 358.18º | 0.54% | 0.52% | - |
| HSV(B) | 358.18º | 0.66% | 0.78% | - |
| XYZ | 26.7 | 16.61 | 7.76 | - |
| YUV | 106.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 71 | 0 | 0.66 | 0.64 | 0.22 | 358.18 | 0.54 | 0.52 |
| Hex | C7 | 43 | 47 | 0 | 42 | 40 | 16 | 166 | 36 | 34 |
| Octal | 307 | 103 | 107 | 0 | 102 | 100 | 26 | 546 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1000111 | 0 | 1000010 | 1000000 | 10110 | 101100110 | 110110 | 110100 |
Color Harmonies of #C74347
Complementary color
Monochromatic Colors of #C74347
Black with #C74347
Text Example
Text Example
White with #C74347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74347; }
p { color: rgb(199,67,71); }
H1.HeaderClassName
{
color: #C74347;
}
.AnyTagClassName
{
color: #C74347;
}
</style>
background-color css
<style>
a { background-color: #C74347; }
a { background-color: rgb(199,67,71); }
div.DivClassName
{
background-color: #C74347;
}
.BgClassName
{
background-color: #C74347;
}
</style>
border-color css
<style>
span { border-color: #C74347; }
span { border-color: rgb(199,67,71); }
td.TdClassName
{
border-color: #C74347;
}
.TagClassName
{
border-color: #C74347;
}
</style>