Shades of Tenne (Tawny) #C16B05
Tints of Tenne (Tawny) #C16B05
RGB
CMYK
RGB Variations
Color information
#C16B05 (or 0xC16B05) is known color: Tenne (Tawny). HEX triplet: C1, 6B and 05. RGB value is (193,107,5). Sum of RGB (Red+Green+Blue) = 193+107+5=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B05 is #3E94FA. Grayscale: #797979. Windows color (decimal): -4101371 or 355265. OLE color: 355265.
HSL color Cylindrical-coordinate representation of color #C16B05: hue angle of 32.55º 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 #C16B05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.24 |
| HSL | 32.55º | 0.95% | 0.39% | - |
| HSV(B) | 32.55º | 0.97% | 0.76% | - |
| XYZ | 27.28 | 21.86 | 2.93 | - |
| YUV | 121.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 5 | 0 | 0.45 | 0.97 | 0.24 | 32.55 | 0.95 | 0.39 |
| Hex | C1 | 6B | 5 | 0 | 2D | 61 | 18 | 21 | 5F | 27 |
| Octal | 301 | 153 | 5 | 0 | 55 | 141 | 30 | 41 | 137 | 47 |
| Binary | 11000001 | 1101011 | 101 | 0 | 101101 | 1100001 | 11000 | 100001 | 1011111 | 100111 |
Color Harmonies of #C16B05
Complementary color
Monochromatic Colors of #C16B05
Black with #C16B05
Text Example
Text Example
White with #C16B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B05; }
p { color: rgb(193,107,5); }
H1.HeaderClassName
{
color: #C16B05;
}
.AnyTagClassName
{
color: #C16B05;
}
</style>
background-color css
<style>
a { background-color: #C16B05; }
a { background-color: rgb(193,107,5); }
div.DivClassName
{
background-color: #C16B05;
}
.BgClassName
{
background-color: #C16B05;
}
</style>
border-color css
<style>
span { border-color: #C16B05; }
span { border-color: rgb(193,107,5); }
td.TdClassName
{
border-color: #C16B05;
}
.TagClassName
{
border-color: #C16B05;
}
</style>