Shades of Tenne (Tawny) #C56000
Tints of Tenne (Tawny) #C56000
RGB
CMYK
RGB Variations
Color information
#C56000 (or 0xC56000) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 00. RGB value is (197,96,0). Sum of RGB (Red+Green+Blue) = 197+96+0=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C56000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56000 is #3A9FFF. Grayscale: #737373. Windows color (decimal): -3842048 or 24773. OLE color: 24773.
HSL color Cylindrical-coordinate representation of color #C56000: hue angle of 29.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C56000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.23 |
| HSL | 29.24º | 1% | 0.39% | - |
| HSV(B) | 29.24º | 1% | 0.77% | - |
| XYZ | 27.21 | 20.24 | 2.47 | - |
| YUV | 115.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 0 | 0 | 0.51 | 1 | 0.23 | 29.24 | 1 | 0.39 |
| Hex | C5 | 60 | 0 | 0 | 33 | 64 | 17 | 1D | 64 | 27 |
| Octal | 305 | 140 | 0 | 0 | 63 | 144 | 27 | 35 | 144 | 47 |
| Binary | 11000101 | 1100000 | 0 | 0 | 110011 | 1100100 | 10111 | 11101 | 1100100 | 100111 |
Color Harmonies of #C56000
Complementary color
Monochromatic Colors of #C56000
Black with #C56000
Text Example
Text Example
White with #C56000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56000; }
p { color: rgb(197,96,0); }
H1.HeaderClassName
{
color: #C56000;
}
.AnyTagClassName
{
color: #C56000;
}
</style>
background-color css
<style>
a { background-color: #C56000; }
a { background-color: rgb(197,96,0); }
div.DivClassName
{
background-color: #C56000;
}
.BgClassName
{
background-color: #C56000;
}
</style>
border-color css
<style>
span { border-color: #C56000; }
span { border-color: rgb(197,96,0); }
td.TdClassName
{
border-color: #C56000;
}
.TagClassName
{
border-color: #C56000;
}
</style>