Shades of Mahogany #C0353C
Tints of Mahogany #C0353C
RGB
CMYK
RGB Variations
Color information
#C0353C (or 0xC0353C) is known color: Mahogany. HEX triplet: C0, 35 and 3C. RGB value is (192,53,60). Sum of RGB (Red+Green+Blue) = 192+53+60=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353C is #3FCAC3. Grayscale: #5F5F5F. Windows color (decimal): -4180676 or 3945920. OLE color: 3945920.
HSL color Cylindrical-coordinate representation of color #C0353C: hue angle of 356.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0353C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 60 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.25 |
| HSL | 356.98º | 0.57% | 0.48% | - |
| HSV(B) | 356.98º | 0.72% | 0.75% | - |
| XYZ | 23.83 | 14.08 | 5.74 | - |
| YUV | 95.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 60 | 0 | 0.72 | 0.69 | 0.25 | 356.98 | 0.57 | 0.48 |
| Hex | C0 | 35 | 3C | 0 | 48 | 45 | 19 | 165 | 39 | 30 |
| Octal | 300 | 65 | 74 | 0 | 110 | 105 | 31 | 545 | 71 | 60 |
| Binary | 11000000 | 110101 | 111100 | 0 | 1001000 | 1000101 | 11001 | 101100101 | 111001 | 110000 |
Color Harmonies of #C0353C
Complementary color
Monochromatic Colors of #C0353C
Black with #C0353C
Text Example
Text Example
White with #C0353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0353C; }
p { color: rgb(192,53,60); }
H1.HeaderClassName
{
color: #C0353C;
}
.AnyTagClassName
{
color: #C0353C;
}
</style>
background-color css
<style>
a { background-color: #C0353C; }
a { background-color: rgb(192,53,60); }
div.DivClassName
{
background-color: #C0353C;
}
.BgClassName
{
background-color: #C0353C;
}
</style>
border-color css
<style>
span { border-color: #C0353C; }
span { border-color: rgb(192,53,60); }
td.TdClassName
{
border-color: #C0353C;
}
.TagClassName
{
border-color: #C0353C;
}
</style>