Shades of Tenne (Tawny) #C05811
Tints of Tenne (Tawny) #C05811
RGB
CMYK
RGB Variations
Color information
#C05811 (or 0xC05811) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 11. RGB value is (192,88,17). Sum of RGB (Red+Green+Blue) = 192+88+17=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05811 is #3FA7EE. Grayscale: #6F6F6F. Windows color (decimal): -4171759 or 1136832. OLE color: 1136832.
HSL color Cylindrical-coordinate representation of color #C05811: hue angle of 24.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05811 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 17 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.25 |
| HSL | 24.34º | 0.84% | 0.41% | - |
| HSV(B) | 24.34º | 0.91% | 0.75% | - |
| XYZ | 25.33 | 18.23 | 2.71 | - |
| YUV | 111 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 17 | 0 | 0.54 | 0.91 | 0.25 | 24.34 | 0.84 | 0.41 |
| Hex | C0 | 58 | 11 | 0 | 36 | 5B | 19 | 18 | 54 | 29 |
| Octal | 300 | 130 | 21 | 0 | 66 | 133 | 31 | 30 | 124 | 51 |
| Binary | 11000000 | 1011000 | 10001 | 0 | 110110 | 1011011 | 11001 | 11000 | 1010100 | 101001 |
Color Harmonies of #C05811
Complementary color
Monochromatic Colors of #C05811
Black with #C05811
Text Example
Text Example
White with #C05811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05811; }
p { color: rgb(192,88,17); }
H1.HeaderClassName
{
color: #C05811;
}
.AnyTagClassName
{
color: #C05811;
}
</style>
background-color css
<style>
a { background-color: #C05811; }
a { background-color: rgb(192,88,17); }
div.DivClassName
{
background-color: #C05811;
}
.BgClassName
{
background-color: #C05811;
}
</style>
border-color css
<style>
span { border-color: #C05811; }
span { border-color: rgb(192,88,17); }
td.TdClassName
{
border-color: #C05811;
}
.TagClassName
{
border-color: #C05811;
}
</style>