Shades of Tenne (Tawny) #C16902
Tints of Tenne (Tawny) #C16902
RGB
CMYK
RGB Variations
Color information
#C16902 (or 0xC16902) is known color: Tenne (Tawny). HEX triplet: C1, 69 and 02. RGB value is (193,105,2). Sum of RGB (Red+Green+Blue) = 193+105+2=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C16902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16902 is #3E96FD. Grayscale: #787878. Windows color (decimal): -4101886 or 158145. OLE color: 158145.
HSL color Cylindrical-coordinate representation of color #C16902: hue angle of 32.36º degrees, saturation: 0.98, 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 #C16902 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.24 |
| HSL | 32.36º | 0.98% | 0.38% | - |
| HSV(B) | 32.36º | 0.99% | 0.76% | - |
| XYZ | 27.05 | 21.44 | 2.77 | - |
| YUV | 119.57 | 61.65 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 2 | 0 | 0.46 | 0.99 | 0.24 | 32.36 | 0.98 | 0.38 |
| Hex | C1 | 69 | 2 | 0 | 2E | 63 | 18 | 20 | 62 | 26 |
| Octal | 301 | 151 | 2 | 0 | 56 | 143 | 30 | 40 | 142 | 46 |
| Binary | 11000001 | 1101001 | 10 | 0 | 101110 | 1100011 | 11000 | 100000 | 1100010 | 100110 |
Color Harmonies of #C16902
Complementary color
Monochromatic Colors of #C16902
Black with #C16902
Text Example
Text Example
White with #C16902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16902; }
p { color: rgb(193,105,2); }
H1.HeaderClassName
{
color: #C16902;
}
.AnyTagClassName
{
color: #C16902;
}
</style>
background-color css
<style>
a { background-color: #C16902; }
a { background-color: rgb(193,105,2); }
div.DivClassName
{
background-color: #C16902;
}
.BgClassName
{
background-color: #C16902;
}
</style>
border-color css
<style>
span { border-color: #C16902; }
span { border-color: rgb(193,105,2); }
td.TdClassName
{
border-color: #C16902;
}
.TagClassName
{
border-color: #C16902;
}
</style>