Shades of Tenne (Tawny) #C16700
Tints of Tenne (Tawny) #C16700
RGB
CMYK
RGB Variations
Color information
#C16700 (or 0xC16700) is known color: Tenne (Tawny). HEX triplet: C1, 67 and 00. RGB value is (193,103,0). Sum of RGB (Red+Green+Blue) = 193+103+0=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C16700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16700 is #3E98FF. Grayscale: #767676. Windows color (decimal): -4102400 or 26561. OLE color: 26561.
HSL color Cylindrical-coordinate representation of color #C16700: hue angle of 32.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C16700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.24 |
| HSL | 32.02º | 1% | 0.38% | - |
| HSV(B) | 32.02º | 1% | 0.76% | - |
| XYZ | 26.84 | 21.04 | 2.65 | - |
| YUV | 118.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 0 | 0 | 0.47 | 1 | 0.24 | 32.02 | 1 | 0.38 |
| Hex | C1 | 67 | 0 | 0 | 2F | 64 | 18 | 20 | 64 | 26 |
| Octal | 301 | 147 | 0 | 0 | 57 | 144 | 30 | 40 | 144 | 46 |
| Binary | 11000001 | 1100111 | 0 | 0 | 101111 | 1100100 | 11000 | 100000 | 1100100 | 100110 |
Color Harmonies of #C16700
Complementary color
Monochromatic Colors of #C16700
Black with #C16700
Text Example
Text Example
White with #C16700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16700; }
p { color: rgb(193,103,0); }
H1.HeaderClassName
{
color: #C16700;
}
.AnyTagClassName
{
color: #C16700;
}
</style>
background-color css
<style>
a { background-color: #C16700; }
a { background-color: rgb(193,103,0); }
div.DivClassName
{
background-color: #C16700;
}
.BgClassName
{
background-color: #C16700;
}
</style>
border-color css
<style>
span { border-color: #C16700; }
span { border-color: rgb(193,103,0); }
td.TdClassName
{
border-color: #C16700;
}
.TagClassName
{
border-color: #C16700;
}
</style>