Shades of Tenne (Tawny) #C16C0A
Tints of Tenne (Tawny) #C16C0A
RGB
CMYK
RGB Variations
Color information
#C16C0A (or 0xC16C0A) is known color: Tenne (Tawny). HEX triplet: C1, 6C and 0A. RGB value is (193,108,10). Sum of RGB (Red+Green+Blue) = 193+108+10=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16C0A is #3E93F5. Grayscale: #7A7A7A. Windows color (decimal): -4101110 or 683201. OLE color: 683201.
HSL color Cylindrical-coordinate representation of color #C16C0A: hue angle of 32.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C16C0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.24 |
| HSL | 32.13º | 0.9% | 0.4% | - |
| HSV(B) | 32.13º | 0.95% | 0.76% | - |
| XYZ | 27.41 | 22.08 | 3.11 | - |
| YUV | 122.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 10 | 0 | 0.44 | 0.95 | 0.24 | 32.13 | 0.9 | 0.4 |
| Hex | C1 | 6C | A | 0 | 2C | 5F | 18 | 20 | 5A | 28 |
| Octal | 301 | 154 | 12 | 0 | 54 | 137 | 30 | 40 | 132 | 50 |
| Binary | 11000001 | 1101100 | 1010 | 0 | 101100 | 1011111 | 11000 | 100000 | 1011010 | 101000 |
Color Harmonies of #C16C0A
Complementary color
Monochromatic Colors of #C16C0A
Black with #C16C0A
Text Example
Text Example
White with #C16C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C0A; }
p { color: rgb(193,108,10); }
H1.HeaderClassName
{
color: #C16C0A;
}
.AnyTagClassName
{
color: #C16C0A;
}
</style>
background-color css
<style>
a { background-color: #C16C0A; }
a { background-color: rgb(193,108,10); }
div.DivClassName
{
background-color: #C16C0A;
}
.BgClassName
{
background-color: #C16C0A;
}
</style>
border-color css
<style>
span { border-color: #C16C0A; }
span { border-color: rgb(193,108,10); }
td.TdClassName
{
border-color: #C16C0A;
}
.TagClassName
{
border-color: #C16C0A;
}
</style>