Shades of Tenne (Tawny) #C56805
Tints of Tenne (Tawny) #C56805
RGB
CMYK
RGB Variations
Color information
#C56805 (or 0xC56805) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 05. RGB value is (197,104,5). Sum of RGB (Red+Green+Blue) = 197+104+5=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C56805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56805 is #3A97FA. Grayscale: #797979. Windows color (decimal): -3839995 or 354501. OLE color: 354501.
HSL color Cylindrical-coordinate representation of color #C56805: hue angle of 30.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C56805 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.23 |
| HSL | 30.94º | 0.95% | 0.4% | - |
| HSV(B) | 30.94º | 0.97% | 0.77% | - |
| XYZ | 28 | 21.78 | 2.87 | - |
| YUV | 120.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 5 | 0 | 0.47 | 0.97 | 0.23 | 30.94 | 0.95 | 0.4 |
| Hex | C5 | 68 | 5 | 0 | 2F | 61 | 17 | 1F | 5F | 28 |
| Octal | 305 | 150 | 5 | 0 | 57 | 141 | 27 | 37 | 137 | 50 |
| Binary | 11000101 | 1101000 | 101 | 0 | 101111 | 1100001 | 10111 | 11111 | 1011111 | 101000 |
Color Harmonies of #C56805
Complementary color
Monochromatic Colors of #C56805
Black with #C56805
Text Example
Text Example
White with #C56805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56805; }
p { color: rgb(197,104,5); }
H1.HeaderClassName
{
color: #C56805;
}
.AnyTagClassName
{
color: #C56805;
}
</style>
background-color css
<style>
a { background-color: #C56805; }
a { background-color: rgb(197,104,5); }
div.DivClassName
{
background-color: #C56805;
}
.BgClassName
{
background-color: #C56805;
}
</style>
border-color css
<style>
span { border-color: #C56805; }
span { border-color: rgb(197,104,5); }
td.TdClassName
{
border-color: #C56805;
}
.TagClassName
{
border-color: #C56805;
}
</style>