Shades of Tenne (Tawny) #C56801
Tints of Tenne (Tawny) #C56801
RGB
CMYK
RGB Variations
Color information
#C56801 (or 0xC56801) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 01. RGB value is (197,104,1). Sum of RGB (Red+Green+Blue) = 197+104+1=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C56801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56801 is #3A97FE. Grayscale: #787878. Windows color (decimal): -3839999 or 92357. OLE color: 92357.
HSL color Cylindrical-coordinate representation of color #C56801: hue angle of 31.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C56801 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.23 |
| HSL | 31.53º | 0.99% | 0.39% | - |
| HSV(B) | 31.53º | 0.99% | 0.77% | - |
| XYZ | 27.98 | 21.77 | 2.76 | - |
| YUV | 120.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 1 | 0 | 0.47 | 0.99 | 0.23 | 31.53 | 0.99 | 0.39 |
| Hex | C5 | 68 | 1 | 0 | 2F | 63 | 17 | 20 | 63 | 27 |
| Octal | 305 | 150 | 1 | 0 | 57 | 143 | 27 | 40 | 143 | 47 |
| Binary | 11000101 | 1101000 | 1 | 0 | 101111 | 1100011 | 10111 | 100000 | 1100011 | 100111 |
Color Harmonies of #C56801
Complementary color
Monochromatic Colors of #C56801
Black with #C56801
Text Example
Text Example
White with #C56801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56801; }
p { color: rgb(197,104,1); }
H1.HeaderClassName
{
color: #C56801;
}
.AnyTagClassName
{
color: #C56801;
}
</style>
background-color css
<style>
a { background-color: #C56801; }
a { background-color: rgb(197,104,1); }
div.DivClassName
{
background-color: #C56801;
}
.BgClassName
{
background-color: #C56801;
}
</style>
border-color css
<style>
span { border-color: #C56801; }
span { border-color: rgb(197,104,1); }
td.TdClassName
{
border-color: #C56801;
}
.TagClassName
{
border-color: #C56801;
}
</style>