Shades of Mahogany #C62B2C
Tints of Mahogany #C62B2C
RGB
CMYK
RGB Variations
Color information
#C62B2C (or 0xC62B2C) is known color: Mahogany. HEX triplet: C6, 2B and 2C. RGB value is (198,43,44). Sum of RGB (Red+Green+Blue) = 198+43+44=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B2C is #39D4D3. Grayscale: #595959. Windows color (decimal): -3790036 or 2894790. OLE color: 2894790.
HSL color Cylindrical-coordinate representation of color #C62B2C: hue angle of 359.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B2C is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 44 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.22 |
| HSL | 359.61º | 0.64% | 0.47% | - |
| HSV(B) | 359.61º | 0.78% | 0.78% | - |
| XYZ | 24.61 | 13.92 | 3.77 | - |
| YUV | 89.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 44 | 0 | 0.78 | 0.78 | 0.22 | 359.61 | 0.64 | 0.47 |
| Hex | C6 | 2B | 2C | 0 | 4E | 4E | 16 | 168 | 40 | 2F |
| Octal | 306 | 53 | 54 | 0 | 116 | 116 | 26 | 550 | 100 | 57 |
| Binary | 11000110 | 101011 | 101100 | 0 | 1001110 | 1001110 | 10110 | 101101000 | 1000000 | 101111 |
Color Harmonies of #C62B2C
Complementary color
Monochromatic Colors of #C62B2C
Black with #C62B2C
Text Example
Text Example
White with #C62B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B2C; }
p { color: rgb(198,43,44); }
H1.HeaderClassName
{
color: #C62B2C;
}
.AnyTagClassName
{
color: #C62B2C;
}
</style>
background-color css
<style>
a { background-color: #C62B2C; }
a { background-color: rgb(198,43,44); }
div.DivClassName
{
background-color: #C62B2C;
}
.BgClassName
{
background-color: #C62B2C;
}
</style>
border-color css
<style>
span { border-color: #C62B2C; }
span { border-color: rgb(198,43,44); }
td.TdClassName
{
border-color: #C62B2C;
}
.TagClassName
{
border-color: #C62B2C;
}
</style>