Shades of Tenne (Tawny) #C85600
Tints of Tenne (Tawny) #C85600
RGB
CMYK
RGB Variations
Color information
#C85600 (or 0xC85600) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 00. RGB value is (200,86,0). Sum of RGB (Red+Green+Blue) = 200+86+0=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C85600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85600 is #37A9FF. Grayscale: #6E6E6E. Windows color (decimal): -3648000 or 22216. OLE color: 22216.
HSL color Cylindrical-coordinate representation of color #C85600: hue angle of 25.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.22 |
| HSL | 25.8º | 1% | 0.39% | - |
| HSV(B) | 25.8º | 1% | 0.78% | - |
| XYZ | 27.15 | 18.93 | 2.22 | - |
| YUV | 110.28 | 65.77 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 0 | 0 | 0.57 | 1 | 0.22 | 25.8 | 1 | 0.39 |
| Hex | C8 | 56 | 0 | 0 | 39 | 64 | 16 | 1A | 64 | 27 |
| Octal | 310 | 126 | 0 | 0 | 71 | 144 | 26 | 32 | 144 | 47 |
| Binary | 11001000 | 1010110 | 0 | 0 | 111001 | 1100100 | 10110 | 11010 | 1100100 | 100111 |
Color Harmonies of #C85600
Complementary color
Monochromatic Colors of #C85600
Black with #C85600
Text Example
Text Example
White with #C85600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85600; }
p { color: rgb(200,86,0); }
H1.HeaderClassName
{
color: #C85600;
}
.AnyTagClassName
{
color: #C85600;
}
</style>
background-color css
<style>
a { background-color: #C85600; }
a { background-color: rgb(200,86,0); }
div.DivClassName
{
background-color: #C85600;
}
.BgClassName
{
background-color: #C85600;
}
</style>
border-color css
<style>
span { border-color: #C85600; }
span { border-color: rgb(200,86,0); }
td.TdClassName
{
border-color: #C85600;
}
.TagClassName
{
border-color: #C85600;
}
</style>