Shades of Mahogany #C62B30
Tints of Mahogany #C62B30
RGB
CMYK
RGB Variations
Color information
#C62B30 (or 0xC62B30) is known color: Mahogany. HEX triplet: C6, 2B and 30. RGB value is (198,43,48). Sum of RGB (Red+Green+Blue) = 198+43+48=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B30 is #39D4CF. Grayscale: #5A5A5A. Windows color (decimal): -3790032 or 3156934. OLE color: 3156934.
HSL color Cylindrical-coordinate representation of color #C62B30: hue angle of 358.06º 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 #C62B30 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 48 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.22 |
| HSL | 358.06º | 0.64% | 0.47% | - |
| HSV(B) | 358.06º | 0.78% | 0.78% | - |
| XYZ | 24.69 | 13.95 | 4.19 | - |
| YUV | 89.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 48 | 0 | 0.78 | 0.76 | 0.22 | 358.06 | 0.64 | 0.47 |
| Hex | C6 | 2B | 30 | 0 | 4E | 4C | 16 | 166 | 40 | 2F |
| Octal | 306 | 53 | 60 | 0 | 116 | 114 | 26 | 546 | 100 | 57 |
| Binary | 11000110 | 101011 | 110000 | 0 | 1001110 | 1001100 | 10110 | 101100110 | 1000000 | 101111 |
Color Harmonies of #C62B30
Complementary color
Monochromatic Colors of #C62B30
Black with #C62B30
Text Example
Text Example
White with #C62B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B30; }
p { color: rgb(198,43,48); }
H1.HeaderClassName
{
color: #C62B30;
}
.AnyTagClassName
{
color: #C62B30;
}
</style>
background-color css
<style>
a { background-color: #C62B30; }
a { background-color: rgb(198,43,48); }
div.DivClassName
{
background-color: #C62B30;
}
.BgClassName
{
background-color: #C62B30;
}
</style>
border-color css
<style>
span { border-color: #C62B30; }
span { border-color: rgb(198,43,48); }
td.TdClassName
{
border-color: #C62B30;
}
.TagClassName
{
border-color: #C62B30;
}
</style>