Shades of Tenne (Tawny) #C85114
Tints of Tenne (Tawny) #C85114
RGB
CMYK
RGB Variations
Color information
#C85114 (or 0xC85114) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 14. RGB value is (200,81,20). Sum of RGB (Red+Green+Blue) = 200+81+20=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C85114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85114 is #37AEEB. Grayscale: #6D6D6D. Windows color (decimal): -3649260 or 1331656. OLE color: 1331656.
HSL color Cylindrical-coordinate representation of color #C85114: hue angle of 20.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85114 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 20 | - |
| CMYK | 0 | 0.59 | 0.9 | 0.22 |
| HSL | 20.33º | 0.82% | 0.43% | - |
| HSV(B) | 20.33º | 0.9% | 0.78% | - |
| XYZ | 26.89 | 18.21 | 2.76 | - |
| YUV | 109.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 20 | 0 | 0.59 | 0.9 | 0.22 | 20.33 | 0.82 | 0.43 |
| Hex | C8 | 51 | 14 | 0 | 3B | 5A | 16 | 14 | 52 | 2B |
| Octal | 310 | 121 | 24 | 0 | 73 | 132 | 26 | 24 | 122 | 53 |
| Binary | 11001000 | 1010001 | 10100 | 0 | 111011 | 1011010 | 10110 | 10100 | 1010010 | 101011 |
Color Harmonies of #C85114
Complementary color
Monochromatic Colors of #C85114
Black with #C85114
Text Example
Text Example
White with #C85114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85114; }
p { color: rgb(200,81,20); }
H1.HeaderClassName
{
color: #C85114;
}
.AnyTagClassName
{
color: #C85114;
}
</style>
background-color css
<style>
a { background-color: #C85114; }
a { background-color: rgb(200,81,20); }
div.DivClassName
{
background-color: #C85114;
}
.BgClassName
{
background-color: #C85114;
}
</style>
border-color css
<style>
span { border-color: #C85114; }
span { border-color: rgb(200,81,20); }
td.TdClassName
{
border-color: #C85114;
}
.TagClassName
{
border-color: #C85114;
}
</style>