Shades of Tenne (Tawny) #C56008
Tints of Tenne (Tawny) #C56008
RGB
CMYK
RGB Variations
Color information
#C56008 (or 0xC56008) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 08. RGB value is (197,96,8). Sum of RGB (Red+Green+Blue) = 197+96+8=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C56008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56008 is #3A9FF7. Grayscale: #747474. Windows color (decimal): -3842040 or 549061. OLE color: 549061.
HSL color Cylindrical-coordinate representation of color #C56008: hue angle of 27.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C56008 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.23 |
| HSL | 27.94º | 0.92% | 0.4% | - |
| HSV(B) | 27.94º | 0.96% | 0.77% | - |
| XYZ | 27.25 | 20.25 | 2.7 | - |
| YUV | 116.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 8 | 0 | 0.51 | 0.96 | 0.23 | 27.94 | 0.92 | 0.4 |
| Hex | C5 | 60 | 8 | 0 | 33 | 60 | 17 | 1C | 5C | 28 |
| Octal | 305 | 140 | 10 | 0 | 63 | 140 | 27 | 34 | 134 | 50 |
| Binary | 11000101 | 1100000 | 1000 | 0 | 110011 | 1100000 | 10111 | 11100 | 1011100 | 101000 |
Color Harmonies of #C56008
Complementary color
Monochromatic Colors of #C56008
Black with #C56008
Text Example
Text Example
White with #C56008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56008; }
p { color: rgb(197,96,8); }
H1.HeaderClassName
{
color: #C56008;
}
.AnyTagClassName
{
color: #C56008;
}
</style>
background-color css
<style>
a { background-color: #C56008; }
a { background-color: rgb(197,96,8); }
div.DivClassName
{
background-color: #C56008;
}
.BgClassName
{
background-color: #C56008;
}
</style>
border-color css
<style>
span { border-color: #C56008; }
span { border-color: rgb(197,96,8); }
td.TdClassName
{
border-color: #C56008;
}
.TagClassName
{
border-color: #C56008;
}
</style>