Shades of Tenne (Tawny) #C16301
Tints of Tenne (Tawny) #C16301
RGB
CMYK
RGB Variations
Color information
#C16301 (or 0xC16301) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 01. RGB value is (193,99,1). Sum of RGB (Red+Green+Blue) = 193+99+1=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C16301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16301 is #3E9CFE. Grayscale: #747474. Windows color (decimal): -4103423 or 91073. OLE color: 91073.
HSL color Cylindrical-coordinate representation of color #C16301: hue angle of 30.63º 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 #C16301 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.24 |
| HSL | 30.63º | 0.99% | 0.38% | - |
| HSV(B) | 30.63º | 0.99% | 0.76% | - |
| XYZ | 26.46 | 20.26 | 2.55 | - |
| YUV | 115.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 1 | 0 | 0.49 | 0.99 | 0.24 | 30.63 | 0.99 | 0.38 |
| Hex | C1 | 63 | 1 | 0 | 31 | 63 | 18 | 1F | 63 | 26 |
| Octal | 301 | 143 | 1 | 0 | 61 | 143 | 30 | 37 | 143 | 46 |
| Binary | 11000001 | 1100011 | 1 | 0 | 110001 | 1100011 | 11000 | 11111 | 1100011 | 100110 |
Color Harmonies of #C16301
Complementary color
Monochromatic Colors of #C16301
Black with #C16301
Text Example
Text Example
White with #C16301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16301; }
p { color: rgb(193,99,1); }
H1.HeaderClassName
{
color: #C16301;
}
.AnyTagClassName
{
color: #C16301;
}
</style>
background-color css
<style>
a { background-color: #C16301; }
a { background-color: rgb(193,99,1); }
div.DivClassName
{
background-color: #C16301;
}
.BgClassName
{
background-color: #C16301;
}
</style>
border-color css
<style>
span { border-color: #C16301; }
span { border-color: rgb(193,99,1); }
td.TdClassName
{
border-color: #C16301;
}
.TagClassName
{
border-color: #C16301;
}
</style>