Shades of Tenne (Tawny) #C85F0E
Tints of Tenne (Tawny) #C85F0E
RGB
CMYK
RGB Variations
Color information
#C85F0E (or 0xC85F0E) is known color: Tenne (Tawny). HEX triplet: C8, 5F and 0E. RGB value is (200,95,14). Sum of RGB (Red+Green+Blue) = 200+95+14=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F0E is #37A0F1. Grayscale: #757575. Windows color (decimal): -3645682 or 942024. OLE color: 942024.
HSL color Cylindrical-coordinate representation of color #C85F0E: hue angle of 26.13º 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 #C85F0E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.22 |
| HSL | 26.13º | 0.87% | 0.42% | - |
| HSV(B) | 26.13º | 0.93% | 0.78% | - |
| XYZ | 27.99 | 20.5 | 2.9 | - |
| YUV | 117.16 | 69.79 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 14 | 0 | 0.52 | 0.93 | 0.22 | 26.13 | 0.87 | 0.42 |
| Hex | C8 | 5F | E | 0 | 34 | 5D | 16 | 1A | 57 | 2A |
| Octal | 310 | 137 | 16 | 0 | 64 | 135 | 26 | 32 | 127 | 52 |
| Binary | 11001000 | 1011111 | 1110 | 0 | 110100 | 1011101 | 10110 | 11010 | 1010111 | 101010 |
Color Harmonies of #C85F0E
Complementary color
Monochromatic Colors of #C85F0E
Black with #C85F0E
Text Example
Text Example
White with #C85F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F0E; }
p { color: rgb(200,95,14); }
H1.HeaderClassName
{
color: #C85F0E;
}
.AnyTagClassName
{
color: #C85F0E;
}
</style>
background-color css
<style>
a { background-color: #C85F0E; }
a { background-color: rgb(200,95,14); }
div.DivClassName
{
background-color: #C85F0E;
}
.BgClassName
{
background-color: #C85F0E;
}
</style>
border-color css
<style>
span { border-color: #C85F0E; }
span { border-color: rgb(200,95,14); }
td.TdClassName
{
border-color: #C85F0E;
}
.TagClassName
{
border-color: #C85F0E;
}
</style>