Shades of Tenne (Tawny) #C1590C
Tints of Tenne (Tawny) #C1590C
RGB
CMYK
RGB Variations
Color information
#C1590C (or 0xC1590C) is known color: Tenne (Tawny). HEX triplet: C1, 59 and 0C. RGB value is (193,89,12). Sum of RGB (Red+Green+Blue) = 193+89+12=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1590C is #3EA6F3. Grayscale: #6F6F6F. Windows color (decimal): -4105972 or 809409. OLE color: 809409.
HSL color Cylindrical-coordinate representation of color #C1590C: hue angle of 25.52º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1590C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.24 |
| HSL | 25.52º | 0.88% | 0.4% | - |
| HSV(B) | 25.52º | 0.94% | 0.76% | - |
| XYZ | 25.63 | 18.51 | 2.57 | - |
| YUV | 111.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 12 | 0 | 0.54 | 0.94 | 0.24 | 25.52 | 0.88 | 0.4 |
| Hex | C1 | 59 | C | 0 | 36 | 5E | 18 | 1A | 58 | 28 |
| Octal | 301 | 131 | 14 | 0 | 66 | 136 | 30 | 32 | 130 | 50 |
| Binary | 11000001 | 1011001 | 1100 | 0 | 110110 | 1011110 | 11000 | 11010 | 1011000 | 101000 |
Color Harmonies of #C1590C
Complementary color
Monochromatic Colors of #C1590C
Black with #C1590C
Text Example
Text Example
White with #C1590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1590C; }
p { color: rgb(193,89,12); }
H1.HeaderClassName
{
color: #C1590C;
}
.AnyTagClassName
{
color: #C1590C;
}
</style>
background-color css
<style>
a { background-color: #C1590C; }
a { background-color: rgb(193,89,12); }
div.DivClassName
{
background-color: #C1590C;
}
.BgClassName
{
background-color: #C1590C;
}
</style>
border-color css
<style>
span { border-color: #C1590C; }
span { border-color: rgb(193,89,12); }
td.TdClassName
{
border-color: #C1590C;
}
.TagClassName
{
border-color: #C1590C;
}
</style>