Shades of Tenne (Tawny) #C85711
Tints of Tenne (Tawny) #C85711
RGB
CMYK
RGB Variations
Color information
#C85711 (or 0xC85711) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 11. RGB value is (200,87,17). Sum of RGB (Red+Green+Blue) = 200+87+17=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85711 is #37A8EE. Grayscale: #717171. Windows color (decimal): -3647727 or 1136584. OLE color: 1136584.
HSL color Cylindrical-coordinate representation of color #C85711: hue angle of 22.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85711 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.22 |
| HSL | 22.95º | 0.84% | 0.43% | - |
| HSV(B) | 22.95º | 0.92% | 0.78% | - |
| XYZ | 27.33 | 19.14 | 2.78 | - |
| YUV | 112.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 17 | 0 | 0.56 | 0.92 | 0.22 | 22.95 | 0.84 | 0.43 |
| Hex | C8 | 57 | 11 | 0 | 38 | 5C | 16 | 17 | 54 | 2B |
| Octal | 310 | 127 | 21 | 0 | 70 | 134 | 26 | 27 | 124 | 53 |
| Binary | 11001000 | 1010111 | 10001 | 0 | 111000 | 1011100 | 10110 | 10111 | 1010100 | 101011 |
Color Harmonies of #C85711
Complementary color
Monochromatic Colors of #C85711
Black with #C85711
Text Example
Text Example
White with #C85711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85711; }
p { color: rgb(200,87,17); }
H1.HeaderClassName
{
color: #C85711;
}
.AnyTagClassName
{
color: #C85711;
}
</style>
background-color css
<style>
a { background-color: #C85711; }
a { background-color: rgb(200,87,17); }
div.DivClassName
{
background-color: #C85711;
}
.BgClassName
{
background-color: #C85711;
}
</style>
border-color css
<style>
span { border-color: #C85711; }
span { border-color: rgb(200,87,17); }
td.TdClassName
{
border-color: #C85711;
}
.TagClassName
{
border-color: #C85711;
}
</style>