Shades of Mahogany #C62D35
Tints of Mahogany #C62D35
RGB
CMYK
RGB Variations
Color information
#C62D35 (or 0xC62D35) is known color: Mahogany. HEX triplet: C6, 2D and 35. RGB value is (198,45,53). Sum of RGB (Red+Green+Blue) = 198+45+53=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D35 is #39D2CA. Grayscale: #5B5B5B. Windows color (decimal): -3789515 or 3485126. OLE color: 3485126.
HSL color Cylindrical-coordinate representation of color #C62D35: hue angle of 356.86º degrees, saturation: 0.63, 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 #C62D35 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 53 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.22 |
| HSL | 356.86º | 0.63% | 0.48% | - |
| HSV(B) | 356.86º | 0.77% | 0.78% | - |
| XYZ | 24.87 | 14.14 | 4.79 | - |
| YUV | 91.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 53 | 0 | 0.77 | 0.73 | 0.22 | 356.86 | 0.63 | 0.48 |
| Hex | C6 | 2D | 35 | 0 | 4D | 49 | 16 | 165 | 3F | 30 |
| Octal | 306 | 55 | 65 | 0 | 115 | 111 | 26 | 545 | 77 | 60 |
| Binary | 11000110 | 101101 | 110101 | 0 | 1001101 | 1001001 | 10110 | 101100101 | 111111 | 110000 |
Color Harmonies of #C62D35
Complementary color
Monochromatic Colors of #C62D35
Black with #C62D35
Text Example
Text Example
White with #C62D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D35; }
p { color: rgb(198,45,53); }
H1.HeaderClassName
{
color: #C62D35;
}
.AnyTagClassName
{
color: #C62D35;
}
</style>
background-color css
<style>
a { background-color: #C62D35; }
a { background-color: rgb(198,45,53); }
div.DivClassName
{
background-color: #C62D35;
}
.BgClassName
{
background-color: #C62D35;
}
</style>
border-color css
<style>
span { border-color: #C62D35; }
span { border-color: rgb(198,45,53); }
td.TdClassName
{
border-color: #C62D35;
}
.TagClassName
{
border-color: #C62D35;
}
</style>