Shades of Mahogany #C62C34
Tints of Mahogany #C62C34
RGB
CMYK
RGB Variations
Color information
#C62C34 (or 0xC62C34) is known color: Mahogany. HEX triplet: C6, 2C and 34. RGB value is (198,44,52). Sum of RGB (Red+Green+Blue) = 198+44+52=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C34 is #39D3CB. Grayscale: #5B5B5B. Windows color (decimal): -3789772 or 3419334. OLE color: 3419334.
HSL color Cylindrical-coordinate representation of color #C62C34: hue angle of 356.88º 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 #C62C34 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 52 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.22 |
| HSL | 356.88º | 0.64% | 0.47% | - |
| HSV(B) | 356.88º | 0.78% | 0.78% | - |
| XYZ | 24.81 | 14.06 | 4.65 | - |
| YUV | 90.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 52 | 0 | 0.78 | 0.74 | 0.22 | 356.88 | 0.64 | 0.47 |
| Hex | C6 | 2C | 34 | 0 | 4E | 4A | 16 | 165 | 40 | 2F |
| Octal | 306 | 54 | 64 | 0 | 116 | 112 | 26 | 545 | 100 | 57 |
| Binary | 11000110 | 101100 | 110100 | 0 | 1001110 | 1001010 | 10110 | 101100101 | 1000000 | 101111 |
Color Harmonies of #C62C34
Complementary color
Monochromatic Colors of #C62C34
Black with #C62C34
Text Example
Text Example
White with #C62C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C34; }
p { color: rgb(198,44,52); }
H1.HeaderClassName
{
color: #C62C34;
}
.AnyTagClassName
{
color: #C62C34;
}
</style>
background-color css
<style>
a { background-color: #C62C34; }
a { background-color: rgb(198,44,52); }
div.DivClassName
{
background-color: #C62C34;
}
.BgClassName
{
background-color: #C62C34;
}
</style>
border-color css
<style>
span { border-color: #C62C34; }
span { border-color: rgb(198,44,52); }
td.TdClassName
{
border-color: #C62C34;
}
.TagClassName
{
border-color: #C62C34;
}
</style>