Shades of Mahogany #C1373C
Tints of Mahogany #C1373C
RGB
CMYK
RGB Variations
Color information
#C1373C (or 0xC1373C) is known color: Mahogany. HEX triplet: C1, 37 and 3C. RGB value is (193,55,60). Sum of RGB (Red+Green+Blue) = 193+55+60=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373C is #3EC8C3. Grayscale: #606060. Windows color (decimal): -4114628 or 3946433. OLE color: 3946433.
HSL color Cylindrical-coordinate representation of color #C1373C: hue angle of 357.83º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1373C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 60 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.24 |
| HSL | 357.83º | 0.56% | 0.49% | - |
| HSV(B) | 357.83º | 0.72% | 0.76% | - |
| XYZ | 24.17 | 14.4 | 5.78 | - |
| YUV | 96.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 60 | 0 | 0.72 | 0.69 | 0.24 | 357.83 | 0.56 | 0.49 |
| Hex | C1 | 37 | 3C | 0 | 48 | 45 | 18 | 166 | 38 | 31 |
| Octal | 301 | 67 | 74 | 0 | 110 | 105 | 30 | 546 | 70 | 61 |
| Binary | 11000001 | 110111 | 111100 | 0 | 1001000 | 1000101 | 11000 | 101100110 | 111000 | 110001 |
Color Harmonies of #C1373C
Complementary color
Monochromatic Colors of #C1373C
Black with #C1373C
Text Example
Text Example
White with #C1373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1373C; }
p { color: rgb(193,55,60); }
H1.HeaderClassName
{
color: #C1373C;
}
.AnyTagClassName
{
color: #C1373C;
}
</style>
background-color css
<style>
a { background-color: #C1373C; }
a { background-color: rgb(193,55,60); }
div.DivClassName
{
background-color: #C1373C;
}
.BgClassName
{
background-color: #C1373C;
}
</style>
border-color css
<style>
span { border-color: #C1373C; }
span { border-color: rgb(193,55,60); }
td.TdClassName
{
border-color: #C1373C;
}
.TagClassName
{
border-color: #C1373C;
}
</style>