Shades of Tenne (Tawny) #C85115
Tints of Tenne (Tawny) #C85115
RGB
CMYK
RGB Variations
Color information
#C85115 (or 0xC85115) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 15. RGB value is (200,81,21). Sum of RGB (Red+Green+Blue) = 200+81+21=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85115 is #37AEEA. Grayscale: #6E6E6E. Windows color (decimal): -3649259 or 1397192. OLE color: 1397192.
HSL color Cylindrical-coordinate representation of color #C85115: hue angle of 20.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85115 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.22 |
| HSL | 20.11º | 0.81% | 0.43% | - |
| HSV(B) | 20.11º | 0.9% | 0.78% | - |
| XYZ | 26.9 | 18.22 | 2.81 | - |
| YUV | 109.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 21 | 0 | 0.59 | 0.90 | 0.22 | 20.11 | 0.81 | 0.43 |
| Hex | C8 | 51 | 15 | 0 | 3B | 5A | 16 | 14 | 51 | 2B |
| Octal | 310 | 121 | 25 | 0 | 73 | 132 | 26 | 24 | 121 | 53 |
| Binary | 11001000 | 1010001 | 10101 | 0 | 111011 | 1011010 | 10110 | 10100 | 1010001 | 101011 |
Color Harmonies of #C85115
Complementary color
Monochromatic Colors of #C85115
Black with #C85115
Text Example
Text Example
White with #C85115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85115; }
p { color: rgb(200,81,21); }
H1.HeaderClassName
{
color: #C85115;
}
.AnyTagClassName
{
color: #C85115;
}
</style>
background-color css
<style>
a { background-color: #C85115; }
a { background-color: rgb(200,81,21); }
div.DivClassName
{
background-color: #C85115;
}
.BgClassName
{
background-color: #C85115;
}
</style>
border-color css
<style>
span { border-color: #C85115; }
span { border-color: rgb(200,81,21); }
td.TdClassName
{
border-color: #C85115;
}
.TagClassName
{
border-color: #C85115;
}
</style>