Shades of Tenne (Tawny) #C05911
Tints of Tenne (Tawny) #C05911
RGB
CMYK
RGB Variations
Color information
#C05911 (or 0xC05911) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 11. RGB value is (192,89,17). Sum of RGB (Red+Green+Blue) = 192+89+17=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C05911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05911 is #3FA6EE. Grayscale: #6F6F6F. Windows color (decimal): -4171503 or 1137088. OLE color: 1137088.
HSL color Cylindrical-coordinate representation of color #C05911: hue angle of 24.69º 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 #C05911 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 17 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.25 |
| HSL | 24.69º | 0.84% | 0.41% | - |
| HSV(B) | 24.69º | 0.91% | 0.75% | - |
| XYZ | 25.41 | 18.39 | 2.74 | - |
| YUV | 111.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 17 | 0 | 0.54 | 0.91 | 0.25 | 24.69 | 0.84 | 0.41 |
| Hex | C0 | 59 | 11 | 0 | 36 | 5B | 19 | 19 | 54 | 29 |
| Octal | 300 | 131 | 21 | 0 | 66 | 133 | 31 | 31 | 124 | 51 |
| Binary | 11000000 | 1011001 | 10001 | 0 | 110110 | 1011011 | 11001 | 11001 | 1010100 | 101001 |
Color Harmonies of #C05911
Complementary color
Monochromatic Colors of #C05911
Black with #C05911
Text Example
Text Example
White with #C05911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05911; }
p { color: rgb(192,89,17); }
H1.HeaderClassName
{
color: #C05911;
}
.AnyTagClassName
{
color: #C05911;
}
</style>
background-color css
<style>
a { background-color: #C05911; }
a { background-color: rgb(192,89,17); }
div.DivClassName
{
background-color: #C05911;
}
.BgClassName
{
background-color: #C05911;
}
</style>
border-color css
<style>
span { border-color: #C05911; }
span { border-color: rgb(192,89,17); }
td.TdClassName
{
border-color: #C05911;
}
.TagClassName
{
border-color: #C05911;
}
</style>