Shades of Tenne (Tawny) #C1600D
Tints of Tenne (Tawny) #C1600D
RGB
CMYK
RGB Variations
Color information
#C1600D (or 0xC1600D) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 0D. RGB value is (193,96,13). Sum of RGB (Red+Green+Blue) = 193+96+13=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1600D is #3E9FF2. Grayscale: #737373. Windows color (decimal): -4104179 or 876737. OLE color: 876737.
HSL color Cylindrical-coordinate representation of color #C1600D: hue angle of 27.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1600D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 13 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.24 |
| HSL | 27.67º | 0.87% | 0.4% | - |
| HSV(B) | 27.67º | 0.93% | 0.76% | - |
| XYZ | 26.25 | 19.73 | 2.81 | - |
| YUV | 115.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 13 | 0 | 0.50 | 0.93 | 0.24 | 27.67 | 0.87 | 0.4 |
| Hex | C1 | 60 | D | 0 | 32 | 5D | 18 | 1C | 57 | 28 |
| Octal | 301 | 140 | 15 | 0 | 62 | 135 | 30 | 34 | 127 | 50 |
| Binary | 11000001 | 1100000 | 1101 | 0 | 110010 | 1011101 | 11000 | 11100 | 1010111 | 101000 |
Color Harmonies of #C1600D
Complementary color
Monochromatic Colors of #C1600D
Black with #C1600D
Text Example
Text Example
White with #C1600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1600D; }
p { color: rgb(193,96,13); }
H1.HeaderClassName
{
color: #C1600D;
}
.AnyTagClassName
{
color: #C1600D;
}
</style>
background-color css
<style>
a { background-color: #C1600D; }
a { background-color: rgb(193,96,13); }
div.DivClassName
{
background-color: #C1600D;
}
.BgClassName
{
background-color: #C1600D;
}
</style>
border-color css
<style>
span { border-color: #C1600D; }
span { border-color: rgb(193,96,13); }
td.TdClassName
{
border-color: #C1600D;
}
.TagClassName
{
border-color: #C1600D;
}
</style>