Shades of Tenne (Tawny) #C85C0E
Tints of Tenne (Tawny) #C85C0E
RGB
CMYK
RGB Variations
Color information
#C85C0E (or 0xC85C0E) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 0E. RGB value is (200,92,14). Sum of RGB (Red+Green+Blue) = 200+92+14=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C0E is #37A3F1. Grayscale: #737373. Windows color (decimal): -3646450 or 941256. OLE color: 941256.
HSL color Cylindrical-coordinate representation of color #C85C0E: hue angle of 25.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C85C0E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 14 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.22 |
| HSL | 25.16º | 0.87% | 0.42% | - |
| HSV(B) | 25.16º | 0.93% | 0.78% | - |
| XYZ | 27.73 | 19.97 | 2.81 | - |
| YUV | 115.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 14 | 0 | 0.54 | 0.93 | 0.22 | 25.16 | 0.87 | 0.42 |
| Hex | C8 | 5C | E | 0 | 36 | 5D | 16 | 19 | 57 | 2A |
| Octal | 310 | 134 | 16 | 0 | 66 | 135 | 26 | 31 | 127 | 52 |
| Binary | 11001000 | 1011100 | 1110 | 0 | 110110 | 1011101 | 10110 | 11001 | 1010111 | 101010 |
Color Harmonies of #C85C0E
Complementary color
Monochromatic Colors of #C85C0E
Black with #C85C0E
Text Example
Text Example
White with #C85C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C0E; }
p { color: rgb(200,92,14); }
H1.HeaderClassName
{
color: #C85C0E;
}
.AnyTagClassName
{
color: #C85C0E;
}
</style>
background-color css
<style>
a { background-color: #C85C0E; }
a { background-color: rgb(200,92,14); }
div.DivClassName
{
background-color: #C85C0E;
}
.BgClassName
{
background-color: #C85C0E;
}
</style>
border-color css
<style>
span { border-color: #C85C0E; }
span { border-color: rgb(200,92,14); }
td.TdClassName
{
border-color: #C85C0E;
}
.TagClassName
{
border-color: #C85C0E;
}
</style>