Shades of Mahogany #C6333C
Tints of Mahogany #C6333C
RGB
CMYK
RGB Variations
Color information
#C6333C (or 0xC6333C) is known color: Mahogany. HEX triplet: C6, 33 and 3C. RGB value is (198,51,60). Sum of RGB (Red+Green+Blue) = 198+51+60=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333C is #39CCC3. Grayscale: #606060. Windows color (decimal): -3787972 or 3945414. OLE color: 3945414.
HSL color Cylindrical-coordinate representation of color #C6333C: hue angle of 356.33º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6333C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 60 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.22 |
| HSL | 356.33º | 0.59% | 0.49% | - |
| HSV(B) | 356.33º | 0.74% | 0.78% | - |
| XYZ | 25.29 | 14.7 | 5.78 | - |
| YUV | 95.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 60 | 0 | 0.74 | 0.70 | 0.22 | 356.33 | 0.59 | 0.49 |
| Hex | C6 | 33 | 3C | 0 | 4A | 46 | 16 | 164 | 3B | 31 |
| Octal | 306 | 63 | 74 | 0 | 112 | 106 | 26 | 544 | 73 | 61 |
| Binary | 11000110 | 110011 | 111100 | 0 | 1001010 | 1000110 | 10110 | 101100100 | 111011 | 110001 |
Color Harmonies of #C6333C
Complementary color
Monochromatic Colors of #C6333C
Black with #C6333C
Text Example
Text Example
White with #C6333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6333C; }
p { color: rgb(198,51,60); }
H1.HeaderClassName
{
color: #C6333C;
}
.AnyTagClassName
{
color: #C6333C;
}
</style>
background-color css
<style>
a { background-color: #C6333C; }
a { background-color: rgb(198,51,60); }
div.DivClassName
{
background-color: #C6333C;
}
.BgClassName
{
background-color: #C6333C;
}
</style>
border-color css
<style>
span { border-color: #C6333C; }
span { border-color: rgb(198,51,60); }
td.TdClassName
{
border-color: #C6333C;
}
.TagClassName
{
border-color: #C6333C;
}
</style>