Shades of Tenne (Tawny) #C85014
Tints of Tenne (Tawny) #C85014
RGB
CMYK
RGB Variations
Color information
#C85014 (or 0xC85014) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 14. RGB value is (200,80,20). Sum of RGB (Red+Green+Blue) = 200+80+20=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C85014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85014 is #37AFEB. Grayscale: #6D6D6D. Windows color (decimal): -3649516 or 1331400. OLE color: 1331400.
HSL color Cylindrical-coordinate representation of color #C85014: hue angle of 20º 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 #C85014 is Cyan = 0, Magento = 0.6, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 20 | - |
| CMYK | 0 | 0.6 | 0.9 | 0.22 |
| HSL | 20º | 0.82% | 0.43% | - |
| HSV(B) | 20º | 0.9% | 0.78% | - |
| XYZ | 26.81 | 18.07 | 2.74 | - |
| YUV | 109.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 20 | 0 | 0.6 | 0.9 | 0.22 | 20 | 0.82 | 0.43 |
| Hex | C8 | 50 | 14 | 0 | 3C | 5A | 16 | 14 | 52 | 2B |
| Octal | 310 | 120 | 24 | 0 | 74 | 132 | 26 | 24 | 122 | 53 |
| Binary | 11001000 | 1010000 | 10100 | 0 | 111100 | 1011010 | 10110 | 10100 | 1010010 | 101011 |
Color Harmonies of #C85014
Complementary color
Monochromatic Colors of #C85014
Black with #C85014
Text Example
Text Example
White with #C85014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85014; }
p { color: rgb(200,80,20); }
H1.HeaderClassName
{
color: #C85014;
}
.AnyTagClassName
{
color: #C85014;
}
</style>
background-color css
<style>
a { background-color: #C85014; }
a { background-color: rgb(200,80,20); }
div.DivClassName
{
background-color: #C85014;
}
.BgClassName
{
background-color: #C85014;
}
</style>
border-color css
<style>
span { border-color: #C85014; }
span { border-color: rgb(200,80,20); }
td.TdClassName
{
border-color: #C85014;
}
.TagClassName
{
border-color: #C85014;
}
</style>