Shades of Tenne (Tawny) #C86201
Tints of Tenne (Tawny) #C86201
RGB
CMYK
RGB Variations
Color information
#C86201 (or 0xC86201) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 01. RGB value is (200,98,1). Sum of RGB (Red+Green+Blue) = 200+98+1=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C86201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86201 is #379DFE. Grayscale: #757575. Windows color (decimal): -3644927 or 90824. OLE color: 90824.
HSL color Cylindrical-coordinate representation of color #C86201: hue angle of 29.25º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86201 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.22 |
| HSL | 29.25º | 0.99% | 0.39% | - |
| HSV(B) | 29.25º | 1% | 0.78% | - |
| XYZ | 28.19 | 21.02 | 2.6 | - |
| YUV | 117.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 1 | 0 | 0.51 | 1.00 | 0.22 | 29.25 | 0.99 | 0.39 |
| Hex | C8 | 62 | 1 | 0 | 33 | 64 | 16 | 1D | 63 | 27 |
| Octal | 310 | 142 | 1 | 0 | 63 | 144 | 26 | 35 | 143 | 47 |
| Binary | 11001000 | 1100010 | 1 | 0 | 110011 | 1100100 | 10110 | 11101 | 1100011 | 100111 |
Color Harmonies of #C86201
Complementary color
Monochromatic Colors of #C86201
Black with #C86201
Text Example
Text Example
White with #C86201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86201; }
p { color: rgb(200,98,1); }
H1.HeaderClassName
{
color: #C86201;
}
.AnyTagClassName
{
color: #C86201;
}
</style>
background-color css
<style>
a { background-color: #C86201; }
a { background-color: rgb(200,98,1); }
div.DivClassName
{
background-color: #C86201;
}
.BgClassName
{
background-color: #C86201;
}
</style>
border-color css
<style>
span { border-color: #C86201; }
span { border-color: rgb(200,98,1); }
td.TdClassName
{
border-color: #C86201;
}
.TagClassName
{
border-color: #C86201;
}
</style>