Shades of Mahogany #C62E30
Tints of Mahogany #C62E30
RGB
CMYK
RGB Variations
Color information
#C62E30 (or 0xC62E30) is known color: Mahogany. HEX triplet: C6, 2E and 30. RGB value is (198,46,48). Sum of RGB (Red+Green+Blue) = 198+46+48=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E30 is #39D1CF. Grayscale: #5B5B5B. Windows color (decimal): -3789264 or 3157702. OLE color: 3157702.
HSL color Cylindrical-coordinate representation of color #C62E30: hue angle of 359.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E30 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 48 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.22 |
| HSL | 359.21º | 0.62% | 0.48% | - |
| HSV(B) | 359.21º | 0.77% | 0.78% | - |
| XYZ | 24.8 | 14.17 | 4.22 | - |
| YUV | 91.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 48 | 0 | 0.77 | 0.76 | 0.22 | 359.21 | 0.62 | 0.48 |
| Hex | C6 | 2E | 30 | 0 | 4D | 4C | 16 | 167 | 3E | 30 |
| Octal | 306 | 56 | 60 | 0 | 115 | 114 | 26 | 547 | 76 | 60 |
| Binary | 11000110 | 101110 | 110000 | 0 | 1001101 | 1001100 | 10110 | 101100111 | 111110 | 110000 |
Color Harmonies of #C62E30
Complementary color
Monochromatic Colors of #C62E30
Black with #C62E30
Text Example
Text Example
White with #C62E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E30; }
p { color: rgb(198,46,48); }
H1.HeaderClassName
{
color: #C62E30;
}
.AnyTagClassName
{
color: #C62E30;
}
</style>
background-color css
<style>
a { background-color: #C62E30; }
a { background-color: rgb(198,46,48); }
div.DivClassName
{
background-color: #C62E30;
}
.BgClassName
{
background-color: #C62E30;
}
</style>
border-color css
<style>
span { border-color: #C62E30; }
span { border-color: rgb(198,46,48); }
td.TdClassName
{
border-color: #C62E30;
}
.TagClassName
{
border-color: #C62E30;
}
</style>