Shades of Mahogany #C6383C
Tints of Mahogany #C6383C
RGB
CMYK
RGB Variations
Color information
#C6383C (or 0xC6383C) is known color: Mahogany. HEX triplet: C6, 38 and 3C. RGB value is (198,56,60). Sum of RGB (Red+Green+Blue) = 198+56+60=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6383C is #39C7C3. Grayscale: #636363. Windows color (decimal): -3786692 or 3946694. OLE color: 3946694.
HSL color Cylindrical-coordinate representation of color #C6383C: hue angle of 358.31º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6383C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 60 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.22 |
| HSL | 358.31º | 0.56% | 0.5% | - |
| HSV(B) | 358.31º | 0.72% | 0.78% | - |
| XYZ | 25.52 | 15.16 | 5.86 | - |
| YUV | 98.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 60 | 0 | 0.72 | 0.70 | 0.22 | 358.31 | 0.56 | 0.5 |
| Hex | C6 | 38 | 3C | 0 | 48 | 46 | 16 | 166 | 38 | 32 |
| Octal | 306 | 70 | 74 | 0 | 110 | 106 | 26 | 546 | 70 | 62 |
| Binary | 11000110 | 111000 | 111100 | 0 | 1001000 | 1000110 | 10110 | 101100110 | 111000 | 110010 |
Color Harmonies of #C6383C
Complementary color
Monochromatic Colors of #C6383C
Black with #C6383C
Text Example
Text Example
White with #C6383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6383C; }
p { color: rgb(198,56,60); }
H1.HeaderClassName
{
color: #C6383C;
}
.AnyTagClassName
{
color: #C6383C;
}
</style>
background-color css
<style>
a { background-color: #C6383C; }
a { background-color: rgb(198,56,60); }
div.DivClassName
{
background-color: #C6383C;
}
.BgClassName
{
background-color: #C6383C;
}
</style>
border-color css
<style>
span { border-color: #C6383C; }
span { border-color: rgb(198,56,60); }
td.TdClassName
{
border-color: #C6383C;
}
.TagClassName
{
border-color: #C6383C;
}
</style>