Shades of Tenne (Tawny) #C05711
Tints of Tenne (Tawny) #C05711
RGB
CMYK
RGB Variations
Color information
#C05711 (or 0xC05711) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 11. RGB value is (192,87,17). Sum of RGB (Red+Green+Blue) = 192+87+17=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05711 is #3FA8EE. Grayscale: #6E6E6E. Windows color (decimal): -4172015 or 1136576. OLE color: 1136576.
HSL color Cylindrical-coordinate representation of color #C05711: hue angle of 24º 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 #C05711 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.25 |
| HSL | 24º | 0.84% | 0.41% | - |
| HSV(B) | 24º | 0.91% | 0.75% | - |
| XYZ | 25.25 | 18.06 | 2.69 | - |
| YUV | 110.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 17 | 0 | 0.55 | 0.91 | 0.25 | 24 | 0.84 | 0.41 |
| Hex | C0 | 57 | 11 | 0 | 37 | 5B | 19 | 18 | 54 | 29 |
| Octal | 300 | 127 | 21 | 0 | 67 | 133 | 31 | 30 | 124 | 51 |
| Binary | 11000000 | 1010111 | 10001 | 0 | 110111 | 1011011 | 11001 | 11000 | 1010100 | 101001 |
Color Harmonies of #C05711
Complementary color
Monochromatic Colors of #C05711
Black with #C05711
Text Example
Text Example
White with #C05711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05711; }
p { color: rgb(192,87,17); }
H1.HeaderClassName
{
color: #C05711;
}
.AnyTagClassName
{
color: #C05711;
}
</style>
background-color css
<style>
a { background-color: #C05711; }
a { background-color: rgb(192,87,17); }
div.DivClassName
{
background-color: #C05711;
}
.BgClassName
{
background-color: #C05711;
}
</style>
border-color css
<style>
span { border-color: #C05711; }
span { border-color: rgb(192,87,17); }
td.TdClassName
{
border-color: #C05711;
}
.TagClassName
{
border-color: #C05711;
}
</style>