Shades of Tenne (Tawny) #C05716
Tints of Tenne (Tawny) #C05716
RGB
CMYK
RGB Variations
Color information
#C05716 (or 0xC05716) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 16. RGB value is (192,87,22). Sum of RGB (Red+Green+Blue) = 192+87+22=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05716 is #3FA8E9. Grayscale: #6F6F6F. Windows color (decimal): -4172010 or 1464256. OLE color: 1464256.
HSL color Cylindrical-coordinate representation of color #C05716: hue angle of 22.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05716 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.25 |
| HSL | 22.94º | 0.79% | 0.42% | - |
| HSV(B) | 22.94º | 0.89% | 0.75% | - |
| XYZ | 25.29 | 18.08 | 2.92 | - |
| YUV | 110.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 22 | 0 | 0.55 | 0.89 | 0.25 | 22.94 | 0.79 | 0.42 |
| Hex | C0 | 57 | 16 | 0 | 37 | 59 | 19 | 17 | 4F | 2A |
| Octal | 300 | 127 | 26 | 0 | 67 | 131 | 31 | 27 | 117 | 52 |
| Binary | 11000000 | 1010111 | 10110 | 0 | 110111 | 1011001 | 11001 | 10111 | 1001111 | 101010 |
Color Harmonies of #C05716
Complementary color
Monochromatic Colors of #C05716
Black with #C05716
Text Example
Text Example
White with #C05716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05716; }
p { color: rgb(192,87,22); }
H1.HeaderClassName
{
color: #C05716;
}
.AnyTagClassName
{
color: #C05716;
}
</style>
background-color css
<style>
a { background-color: #C05716; }
a { background-color: rgb(192,87,22); }
div.DivClassName
{
background-color: #C05716;
}
.BgClassName
{
background-color: #C05716;
}
</style>
border-color css
<style>
span { border-color: #C05716; }
span { border-color: rgb(192,87,22); }
td.TdClassName
{
border-color: #C05716;
}
.TagClassName
{
border-color: #C05716;
}
</style>