Shades of Tenne (Tawny) #C85610
Tints of Tenne (Tawny) #C85610
RGB
CMYK
RGB Variations
Color information
#C85610 (or 0xC85610) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 10. RGB value is (200,86,16). Sum of RGB (Red+Green+Blue) = 200+86+16=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85610 is #37A9EF. Grayscale: #707070. Windows color (decimal): -3647984 or 1070792. OLE color: 1070792.
HSL color Cylindrical-coordinate representation of color #C85610: hue angle of 22.83º 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 #C85610 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.22 |
| HSL | 22.83º | 0.85% | 0.42% | - |
| HSV(B) | 22.83º | 0.92% | 0.78% | - |
| XYZ | 27.24 | 18.97 | 2.72 | - |
| YUV | 112.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 16 | 0 | 0.57 | 0.92 | 0.22 | 22.83 | 0.85 | 0.42 |
| Hex | C8 | 56 | 10 | 0 | 39 | 5C | 16 | 17 | 55 | 2A |
| Octal | 310 | 126 | 20 | 0 | 71 | 134 | 26 | 27 | 125 | 52 |
| Binary | 11001000 | 1010110 | 10000 | 0 | 111001 | 1011100 | 10110 | 10111 | 1010101 | 101010 |
Color Harmonies of #C85610
Complementary color
Monochromatic Colors of #C85610
Black with #C85610
Text Example
Text Example
White with #C85610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85610; }
p { color: rgb(200,86,16); }
H1.HeaderClassName
{
color: #C85610;
}
.AnyTagClassName
{
color: #C85610;
}
</style>
background-color css
<style>
a { background-color: #C85610; }
a { background-color: rgb(200,86,16); }
div.DivClassName
{
background-color: #C85610;
}
.BgClassName
{
background-color: #C85610;
}
</style>
border-color css
<style>
span { border-color: #C85610; }
span { border-color: rgb(200,86,16); }
td.TdClassName
{
border-color: #C85610;
}
.TagClassName
{
border-color: #C85610;
}
</style>