Shades of Tenne (Tawny) #C16D05
Tints of Tenne (Tawny) #C16D05
RGB
CMYK
RGB Variations
Color information
#C16D05 (or 0xC16D05) is known color: Tenne (Tawny). HEX triplet: C1, 6D and 05. RGB value is (193,109,5). Sum of RGB (Red+Green+Blue) = 193+109+5=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16D05 is #3E92FA. Grayscale: #7A7A7A. Windows color (decimal): -4100859 or 355777. OLE color: 355777.
HSL color Cylindrical-coordinate representation of color #C16D05: hue angle of 33.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C16D05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.24 |
| HSL | 33.19º | 0.95% | 0.39% | - |
| HSV(B) | 33.19º | 0.97% | 0.76% | - |
| XYZ | 27.49 | 22.29 | 3 | - |
| YUV | 122.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 5 | 0 | 0.44 | 0.97 | 0.24 | 33.19 | 0.95 | 0.39 |
| Hex | C1 | 6D | 5 | 0 | 2C | 61 | 18 | 21 | 5F | 27 |
| Octal | 301 | 155 | 5 | 0 | 54 | 141 | 30 | 41 | 137 | 47 |
| Binary | 11000001 | 1101101 | 101 | 0 | 101100 | 1100001 | 11000 | 100001 | 1011111 | 100111 |
Color Harmonies of #C16D05
Complementary color
Monochromatic Colors of #C16D05
Black with #C16D05
Text Example
Text Example
White with #C16D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D05; }
p { color: rgb(193,109,5); }
H1.HeaderClassName
{
color: #C16D05;
}
.AnyTagClassName
{
color: #C16D05;
}
</style>
background-color css
<style>
a { background-color: #C16D05; }
a { background-color: rgb(193,109,5); }
div.DivClassName
{
background-color: #C16D05;
}
.BgClassName
{
background-color: #C16D05;
}
</style>
border-color css
<style>
span { border-color: #C16D05; }
span { border-color: rgb(193,109,5); }
td.TdClassName
{
border-color: #C16D05;
}
.TagClassName
{
border-color: #C16D05;
}
</style>