Shades of Tenne (Tawny) #C56905
Tints of Tenne (Tawny) #C56905
RGB
CMYK
RGB Variations
Color information
#C56905 (or 0xC56905) is known color: Tenne (Tawny). HEX triplet: C5, 69 and 05. RGB value is (197,105,5). Sum of RGB (Red+Green+Blue) = 197+105+5=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C56905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56905 is #3A96FA. Grayscale: #797979. Windows color (decimal): -3839739 or 354757. OLE color: 354757.
HSL color Cylindrical-coordinate representation of color #C56905: hue angle of 31.25º 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 #C56905 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.23 |
| HSL | 31.25º | 0.95% | 0.4% | - |
| HSV(B) | 31.25º | 0.97% | 0.77% | - |
| XYZ | 28.1 | 21.98 | 2.91 | - |
| YUV | 121.11 | 62.48 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 5 | 0 | 0.47 | 0.97 | 0.23 | 31.25 | 0.95 | 0.4 |
| Hex | C5 | 69 | 5 | 0 | 2F | 61 | 17 | 1F | 5F | 28 |
| Octal | 305 | 151 | 5 | 0 | 57 | 141 | 27 | 37 | 137 | 50 |
| Binary | 11000101 | 1101001 | 101 | 0 | 101111 | 1100001 | 10111 | 11111 | 1011111 | 101000 |
Color Harmonies of #C56905
Complementary color
Monochromatic Colors of #C56905
Black with #C56905
Text Example
Text Example
White with #C56905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56905; }
p { color: rgb(197,105,5); }
H1.HeaderClassName
{
color: #C56905;
}
.AnyTagClassName
{
color: #C56905;
}
</style>
background-color css
<style>
a { background-color: #C56905; }
a { background-color: rgb(197,105,5); }
div.DivClassName
{
background-color: #C56905;
}
.BgClassName
{
background-color: #C56905;
}
</style>
border-color css
<style>
span { border-color: #C56905; }
span { border-color: rgb(197,105,5); }
td.TdClassName
{
border-color: #C56905;
}
.TagClassName
{
border-color: #C56905;
}
</style>