Shades of Tenne (Tawny) #C56100
Tints of Tenne (Tawny) #C56100
RGB
CMYK
RGB Variations
Color information
#C56100 (or 0xC56100) is known color: Tenne (Tawny). HEX triplet: C5, 61 and 00. RGB value is (197,97,0). Sum of RGB (Red+Green+Blue) = 197+97+0=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C56100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56100 is #3A9EFF. Grayscale: #747474. Windows color (decimal): -3841792 or 25029. OLE color: 25029.
HSL color Cylindrical-coordinate representation of color #C56100: hue angle of 29.54º 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 #C56100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.23 |
| HSL | 29.54º | 1% | 0.39% | - |
| HSV(B) | 29.54º | 1% | 0.77% | - |
| XYZ | 27.3 | 20.42 | 2.5 | - |
| YUV | 115.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 0 | 0 | 0.51 | 1 | 0.23 | 29.54 | 1 | 0.39 |
| Hex | C5 | 61 | 0 | 0 | 33 | 64 | 17 | 1E | 64 | 27 |
| Octal | 305 | 141 | 0 | 0 | 63 | 144 | 27 | 36 | 144 | 47 |
| Binary | 11000101 | 1100001 | 0 | 0 | 110011 | 1100100 | 10111 | 11110 | 1100100 | 100111 |
Color Harmonies of #C56100
Complementary color
Monochromatic Colors of #C56100
Black with #C56100
Text Example
Text Example
White with #C56100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56100; }
p { color: rgb(197,97,0); }
H1.HeaderClassName
{
color: #C56100;
}
.AnyTagClassName
{
color: #C56100;
}
</style>
background-color css
<style>
a { background-color: #C56100; }
a { background-color: rgb(197,97,0); }
div.DivClassName
{
background-color: #C56100;
}
.BgClassName
{
background-color: #C56100;
}
</style>
border-color css
<style>
span { border-color: #C56100; }
span { border-color: rgb(197,97,0); }
td.TdClassName
{
border-color: #C56100;
}
.TagClassName
{
border-color: #C56100;
}
</style>