Shades of Mahogany #C64447
Tints of Mahogany #C64447
RGB
CMYK
RGB Variations
Color information
#C64447 (or 0xC64447) is known color: Mahogany. HEX triplet: C6, 44 and 47. RGB value is (198,68,71). Sum of RGB (Red+Green+Blue) = 198+68+71=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64447 is #39BBB8. Grayscale: #6B6B6B. Windows color (decimal): -3783609 or 4670662. OLE color: 4670662.
HSL color Cylindrical-coordinate representation of color #C64447: hue angle of 358.62º degrees, saturation: 0.53, 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 #C64447 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 71 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.22 |
| HSL | 358.62º | 0.53% | 0.52% | - |
| HSV(B) | 358.62º | 0.66% | 0.78% | - |
| XYZ | 26.49 | 16.59 | 7.77 | - |
| YUV | 107.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 71 | 0 | 0.66 | 0.64 | 0.22 | 358.62 | 0.53 | 0.52 |
| Hex | C6 | 44 | 47 | 0 | 42 | 40 | 16 | 167 | 35 | 34 |
| Octal | 306 | 104 | 107 | 0 | 102 | 100 | 26 | 547 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1000111 | 0 | 1000010 | 1000000 | 10110 | 101100111 | 110101 | 110100 |
Color Harmonies of #C64447
Complementary color
Monochromatic Colors of #C64447
Black with #C64447
Text Example
Text Example
White with #C64447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64447; }
p { color: rgb(198,68,71); }
H1.HeaderClassName
{
color: #C64447;
}
.AnyTagClassName
{
color: #C64447;
}
</style>
background-color css
<style>
a { background-color: #C64447; }
a { background-color: rgb(198,68,71); }
div.DivClassName
{
background-color: #C64447;
}
.BgClassName
{
background-color: #C64447;
}
</style>
border-color css
<style>
span { border-color: #C64447; }
span { border-color: rgb(198,68,71); }
td.TdClassName
{
border-color: #C64447;
}
.TagClassName
{
border-color: #C64447;
}
</style>