Shades of Tenne (Tawny) #C85E11
Tints of Tenne (Tawny) #C85E11
RGB
CMYK
RGB Variations
Color information
#C85E11 (or 0xC85E11) is known color: Tenne (Tawny). HEX triplet: C8, 5E and 11. RGB value is (200,94,17). Sum of RGB (Red+Green+Blue) = 200+94+17=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E11 is #37A1EE. Grayscale: #757575. Windows color (decimal): -3645935 or 1138376. OLE color: 1138376.
HSL color Cylindrical-coordinate representation of color #C85E11: hue angle of 25.25º 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 #C85E11 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.22 |
| HSL | 25.25º | 0.84% | 0.43% | - |
| HSV(B) | 25.25º | 0.92% | 0.78% | - |
| XYZ | 27.92 | 20.33 | 2.98 | - |
| YUV | 116.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 17 | 0 | 0.53 | 0.92 | 0.22 | 25.25 | 0.84 | 0.43 |
| Hex | C8 | 5E | 11 | 0 | 35 | 5C | 16 | 19 | 54 | 2B |
| Octal | 310 | 136 | 21 | 0 | 65 | 134 | 26 | 31 | 124 | 53 |
| Binary | 11001000 | 1011110 | 10001 | 0 | 110101 | 1011100 | 10110 | 11001 | 1010100 | 101011 |
Color Harmonies of #C85E11
Complementary color
Monochromatic Colors of #C85E11
Black with #C85E11
Text Example
Text Example
White with #C85E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E11; }
p { color: rgb(200,94,17); }
H1.HeaderClassName
{
color: #C85E11;
}
.AnyTagClassName
{
color: #C85E11;
}
</style>
background-color css
<style>
a { background-color: #C85E11; }
a { background-color: rgb(200,94,17); }
div.DivClassName
{
background-color: #C85E11;
}
.BgClassName
{
background-color: #C85E11;
}
</style>
border-color css
<style>
span { border-color: #C85E11; }
span { border-color: rgb(200,94,17); }
td.TdClassName
{
border-color: #C85E11;
}
.TagClassName
{
border-color: #C85E11;
}
</style>