Shades of Tenne (Tawny) #C16101
Tints of Tenne (Tawny) #C16101
RGB
CMYK
RGB Variations
Color information
#C16101 (or 0xC16101) is known color: Tenne (Tawny). HEX triplet: C1, 61 and 01. RGB value is (193,97,1). Sum of RGB (Red+Green+Blue) = 193+97+1=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C16101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16101 is #3E9EFE. Grayscale: #737373. Windows color (decimal): -4103935 or 90561. OLE color: 90561.
HSL color Cylindrical-coordinate representation of color #C16101: hue angle of 30º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C16101 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.24 |
| HSL | 30º | 0.99% | 0.38% | - |
| HSV(B) | 30º | 0.99% | 0.76% | - |
| XYZ | 26.27 | 19.89 | 2.48 | - |
| YUV | 114.76 | 63.8 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 1 | 0 | 0.50 | 0.99 | 0.24 | 30 | 0.99 | 0.38 |
| Hex | C1 | 61 | 1 | 0 | 32 | 63 | 18 | 1E | 63 | 26 |
| Octal | 301 | 141 | 1 | 0 | 62 | 143 | 30 | 36 | 143 | 46 |
| Binary | 11000001 | 1100001 | 1 | 0 | 110010 | 1100011 | 11000 | 11110 | 1100011 | 100110 |
Color Harmonies of #C16101
Complementary color
Monochromatic Colors of #C16101
Black with #C16101
Text Example
Text Example
White with #C16101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16101; }
p { color: rgb(193,97,1); }
H1.HeaderClassName
{
color: #C16101;
}
.AnyTagClassName
{
color: #C16101;
}
</style>
background-color css
<style>
a { background-color: #C16101; }
a { background-color: rgb(193,97,1); }
div.DivClassName
{
background-color: #C16101;
}
.BgClassName
{
background-color: #C16101;
}
</style>
border-color css
<style>
span { border-color: #C16101; }
span { border-color: rgb(193,97,1); }
td.TdClassName
{
border-color: #C16101;
}
.TagClassName
{
border-color: #C16101;
}
</style>