Shades of Tenne (Tawny) #C85210
Tints of Tenne (Tawny) #C85210
RGB
CMYK
RGB Variations
Color information
#C85210 (or 0xC85210) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 10. RGB value is (200,82,16). Sum of RGB (Red+Green+Blue) = 200+82+16=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C85210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85210 is #37ADEF. Grayscale: #6E6E6E. Windows color (decimal): -3649008 or 1069768. OLE color: 1069768.
HSL color Cylindrical-coordinate representation of color #C85210: hue angle of 21.52º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85210 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.22 |
| HSL | 21.52º | 0.85% | 0.42% | - |
| HSV(B) | 21.52º | 0.92% | 0.78% | - |
| XYZ | 26.93 | 18.35 | 2.61 | - |
| YUV | 109.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 16 | 0 | 0.59 | 0.92 | 0.22 | 21.52 | 0.85 | 0.42 |
| Hex | C8 | 52 | 10 | 0 | 3B | 5C | 16 | 16 | 55 | 2A |
| Octal | 310 | 122 | 20 | 0 | 73 | 134 | 26 | 26 | 125 | 52 |
| Binary | 11001000 | 1010010 | 10000 | 0 | 111011 | 1011100 | 10110 | 10110 | 1010101 | 101010 |
Color Harmonies of #C85210
Complementary color
Monochromatic Colors of #C85210
Black with #C85210
Text Example
Text Example
White with #C85210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85210; }
p { color: rgb(200,82,16); }
H1.HeaderClassName
{
color: #C85210;
}
.AnyTagClassName
{
color: #C85210;
}
</style>
background-color css
<style>
a { background-color: #C85210; }
a { background-color: rgb(200,82,16); }
div.DivClassName
{
background-color: #C85210;
}
.BgClassName
{
background-color: #C85210;
}
</style>
border-color css
<style>
span { border-color: #C85210; }
span { border-color: rgb(200,82,16); }
td.TdClassName
{
border-color: #C85210;
}
.TagClassName
{
border-color: #C85210;
}
</style>