Shades of Tenne (Tawny) #C56004
Tints of Tenne (Tawny) #C56004
RGB
CMYK
RGB Variations
Color information
#C56004 (or 0xC56004) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 04. RGB value is (197,96,4). Sum of RGB (Red+Green+Blue) = 197+96+4=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C56004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56004 is #3A9FFB. Grayscale: #747474. Windows color (decimal): -3842044 or 286917. OLE color: 286917.
HSL color Cylindrical-coordinate representation of color #C56004: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C56004 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.23 |
| HSL | 28.6º | 0.96% | 0.39% | - |
| HSV(B) | 28.6º | 0.98% | 0.77% | - |
| XYZ | 27.23 | 20.24 | 2.59 | - |
| YUV | 115.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 4 | 0 | 0.51 | 0.98 | 0.23 | 28.6 | 0.96 | 0.39 |
| Hex | C5 | 60 | 4 | 0 | 33 | 62 | 17 | 1D | 60 | 27 |
| Octal | 305 | 140 | 4 | 0 | 63 | 142 | 27 | 35 | 140 | 47 |
| Binary | 11000101 | 1100000 | 100 | 0 | 110011 | 1100010 | 10111 | 11101 | 1100000 | 100111 |
Color Harmonies of #C56004
Complementary color
Monochromatic Colors of #C56004
Black with #C56004
Text Example
Text Example
White with #C56004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56004; }
p { color: rgb(197,96,4); }
H1.HeaderClassName
{
color: #C56004;
}
.AnyTagClassName
{
color: #C56004;
}
</style>
background-color css
<style>
a { background-color: #C56004; }
a { background-color: rgb(197,96,4); }
div.DivClassName
{
background-color: #C56004;
}
.BgClassName
{
background-color: #C56004;
}
</style>
border-color css
<style>
span { border-color: #C56004; }
span { border-color: rgb(197,96,4); }
td.TdClassName
{
border-color: #C56004;
}
.TagClassName
{
border-color: #C56004;
}
</style>