Shades of Mahogany #C63B42
Tints of Mahogany #C63B42
RGB
CMYK
RGB Variations
Color information
#C63B42 (or 0xC63B42) is known color: Mahogany. HEX triplet: C6, 3B and 42. RGB value is (198,59,66). Sum of RGB (Red+Green+Blue) = 198+59+66=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B42 is #39C4BD. Grayscale: #656565. Windows color (decimal): -3785918 or 4340678. OLE color: 4340678.
HSL color Cylindrical-coordinate representation of color #C63B42: hue angle of 356.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B42 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 66 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.22 |
| HSL | 356.98º | 0.55% | 0.5% | - |
| HSV(B) | 356.98º | 0.7% | 0.78% | - |
| XYZ | 25.84 | 15.53 | 6.79 | - |
| YUV | 101.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 66 | 0 | 0.70 | 0.67 | 0.22 | 356.98 | 0.55 | 0.5 |
| Hex | C6 | 3B | 42 | 0 | 46 | 43 | 16 | 165 | 37 | 32 |
| Octal | 306 | 73 | 102 | 0 | 106 | 103 | 26 | 545 | 67 | 62 |
| Binary | 11000110 | 111011 | 1000010 | 0 | 1000110 | 1000011 | 10110 | 101100101 | 110111 | 110010 |
Color Harmonies of #C63B42
Complementary color
Monochromatic Colors of #C63B42
Black with #C63B42
Text Example
Text Example
White with #C63B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B42; }
p { color: rgb(198,59,66); }
H1.HeaderClassName
{
color: #C63B42;
}
.AnyTagClassName
{
color: #C63B42;
}
</style>
background-color css
<style>
a { background-color: #C63B42; }
a { background-color: rgb(198,59,66); }
div.DivClassName
{
background-color: #C63B42;
}
.BgClassName
{
background-color: #C63B42;
}
</style>
border-color css
<style>
span { border-color: #C63B42; }
span { border-color: rgb(198,59,66); }
td.TdClassName
{
border-color: #C63B42;
}
.TagClassName
{
border-color: #C63B42;
}
</style>