Shades of Mahogany #C64245
Tints of Mahogany #C64245
RGB
CMYK
RGB Variations
Color information
#C64245 (or 0xC64245) is known color: Mahogany. HEX triplet: C6, 42 and 45. RGB value is (198,66,69). Sum of RGB (Red+Green+Blue) = 198+66+69=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64245 is #39BDBA. Grayscale: #696969. Windows color (decimal): -3784123 or 4539078. OLE color: 4539078.
HSL color Cylindrical-coordinate representation of color #C64245: hue angle of 358.64º 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 #C64245 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 69 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.22 |
| HSL | 358.64º | 0.54% | 0.52% | - |
| HSV(B) | 358.64º | 0.67% | 0.78% | - |
| XYZ | 26.31 | 16.33 | 7.4 | - |
| YUV | 105.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 69 | 0 | 0.67 | 0.65 | 0.22 | 358.64 | 0.54 | 0.52 |
| Hex | C6 | 42 | 45 | 0 | 43 | 41 | 16 | 167 | 36 | 34 |
| Octal | 306 | 102 | 105 | 0 | 103 | 101 | 26 | 547 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1000101 | 0 | 1000011 | 1000001 | 10110 | 101100111 | 110110 | 110100 |
Color Harmonies of #C64245
Complementary color
Monochromatic Colors of #C64245
Black with #C64245
Text Example
Text Example
White with #C64245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64245; }
p { color: rgb(198,66,69); }
H1.HeaderClassName
{
color: #C64245;
}
.AnyTagClassName
{
color: #C64245;
}
</style>
background-color css
<style>
a { background-color: #C64245; }
a { background-color: rgb(198,66,69); }
div.DivClassName
{
background-color: #C64245;
}
.BgClassName
{
background-color: #C64245;
}
</style>
border-color css
<style>
span { border-color: #C64245; }
span { border-color: rgb(198,66,69); }
td.TdClassName
{
border-color: #C64245;
}
.TagClassName
{
border-color: #C64245;
}
</style>