Shades of Mahogany #C63A3C
Tints of Mahogany #C63A3C
RGB
CMYK
RGB Variations
Color information
#C63A3C (or 0xC63A3C) is known color: Mahogany. HEX triplet: C6, 3A and 3C. RGB value is (198,58,60). Sum of RGB (Red+Green+Blue) = 198+58+60=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A3C is #39C5C3. Grayscale: #646464. Windows color (decimal): -3786180 or 3947206. OLE color: 3947206.
HSL color Cylindrical-coordinate representation of color #C63A3C: hue angle of 359.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A3C is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 60 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.22 |
| HSL | 359.14º | 0.55% | 0.5% | - |
| HSV(B) | 359.14º | 0.71% | 0.78% | - |
| XYZ | 25.62 | 15.36 | 5.89 | - |
| YUV | 100.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 60 | 0 | 0.71 | 0.70 | 0.22 | 359.14 | 0.55 | 0.5 |
| Hex | C6 | 3A | 3C | 0 | 47 | 46 | 16 | 167 | 37 | 32 |
| Octal | 306 | 72 | 74 | 0 | 107 | 106 | 26 | 547 | 67 | 62 |
| Binary | 11000110 | 111010 | 111100 | 0 | 1000111 | 1000110 | 10110 | 101100111 | 110111 | 110010 |
Color Harmonies of #C63A3C
Complementary color
Monochromatic Colors of #C63A3C
Black with #C63A3C
Text Example
Text Example
White with #C63A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A3C; }
p { color: rgb(198,58,60); }
H1.HeaderClassName
{
color: #C63A3C;
}
.AnyTagClassName
{
color: #C63A3C;
}
</style>
background-color css
<style>
a { background-color: #C63A3C; }
a { background-color: rgb(198,58,60); }
div.DivClassName
{
background-color: #C63A3C;
}
.BgClassName
{
background-color: #C63A3C;
}
</style>
border-color css
<style>
span { border-color: #C63A3C; }
span { border-color: rgb(198,58,60); }
td.TdClassName
{
border-color: #C63A3C;
}
.TagClassName
{
border-color: #C63A3C;
}
</style>