Shades of Tenne (Tawny) #C05816
Tints of Tenne (Tawny) #C05816
RGB
CMYK
RGB Variations
Color information
#C05816 (or 0xC05816) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 16. RGB value is (192,88,22). Sum of RGB (Red+Green+Blue) = 192+88+22=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05816 is #3FA7E9. Grayscale: #6F6F6F. Windows color (decimal): -4171754 or 1464512. OLE color: 1464512.
HSL color Cylindrical-coordinate representation of color #C05816: hue angle of 23.29º 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 #C05816 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.25 |
| HSL | 23.29º | 0.79% | 0.42% | - |
| HSV(B) | 23.29º | 0.89% | 0.75% | - |
| XYZ | 25.37 | 18.24 | 2.94 | - |
| YUV | 111.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 22 | 0 | 0.54 | 0.89 | 0.25 | 23.29 | 0.79 | 0.42 |
| Hex | C0 | 58 | 16 | 0 | 36 | 59 | 19 | 17 | 4F | 2A |
| Octal | 300 | 130 | 26 | 0 | 66 | 131 | 31 | 27 | 117 | 52 |
| Binary | 11000000 | 1011000 | 10110 | 0 | 110110 | 1011001 | 11001 | 10111 | 1001111 | 101010 |
Color Harmonies of #C05816
Complementary color
Monochromatic Colors of #C05816
Black with #C05816
Text Example
Text Example
White with #C05816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05816; }
p { color: rgb(192,88,22); }
H1.HeaderClassName
{
color: #C05816;
}
.AnyTagClassName
{
color: #C05816;
}
</style>
background-color css
<style>
a { background-color: #C05816; }
a { background-color: rgb(192,88,22); }
div.DivClassName
{
background-color: #C05816;
}
.BgClassName
{
background-color: #C05816;
}
</style>
border-color css
<style>
span { border-color: #C05816; }
span { border-color: rgb(192,88,22); }
td.TdClassName
{
border-color: #C05816;
}
.TagClassName
{
border-color: #C05816;
}
</style>