Shades of Tenne (Tawny) #C16B0B
Tints of Tenne (Tawny) #C16B0B
RGB
CMYK
RGB Variations
Color information
#C16B0B (or 0xC16B0B) is known color: Tenne (Tawny). HEX triplet: C1, 6B and 0B. RGB value is (193,107,11). Sum of RGB (Red+Green+Blue) = 193+107+11=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B0B is #3E94F4. Grayscale: #7A7A7A. Windows color (decimal): -4101365 or 748481. OLE color: 748481.
HSL color Cylindrical-coordinate representation of color #C16B0B: hue angle of 31.65º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C16B0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.24 |
| HSL | 31.65º | 0.89% | 0.4% | - |
| HSV(B) | 31.65º | 0.94% | 0.76% | - |
| XYZ | 27.31 | 21.88 | 3.1 | - |
| YUV | 121.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 11 | 0 | 0.45 | 0.94 | 0.24 | 31.65 | 0.89 | 0.4 |
| Hex | C1 | 6B | B | 0 | 2D | 5E | 18 | 20 | 59 | 28 |
| Octal | 301 | 153 | 13 | 0 | 55 | 136 | 30 | 40 | 131 | 50 |
| Binary | 11000001 | 1101011 | 1011 | 0 | 101101 | 1011110 | 11000 | 100000 | 1011001 | 101000 |
Color Harmonies of #C16B0B
Complementary color
Monochromatic Colors of #C16B0B
Black with #C16B0B
Text Example
Text Example
White with #C16B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B0B; }
p { color: rgb(193,107,11); }
H1.HeaderClassName
{
color: #C16B0B;
}
.AnyTagClassName
{
color: #C16B0B;
}
</style>
background-color css
<style>
a { background-color: #C16B0B; }
a { background-color: rgb(193,107,11); }
div.DivClassName
{
background-color: #C16B0B;
}
.BgClassName
{
background-color: #C16B0B;
}
</style>
border-color css
<style>
span { border-color: #C16B0B; }
span { border-color: rgb(193,107,11); }
td.TdClassName
{
border-color: #C16B0B;
}
.TagClassName
{
border-color: #C16B0B;
}
</style>