Shades of Tenne (Tawny) #C56208
Tints of Tenne (Tawny) #C56208
RGB
CMYK
RGB Variations
Color information
#C56208 (or 0xC56208) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 08. RGB value is (197,98,8). Sum of RGB (Red+Green+Blue) = 197+98+8=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56208 is #3A9DF7. Grayscale: #757575. Windows color (decimal): -3841528 or 549573. OLE color: 549573.
HSL color Cylindrical-coordinate representation of color #C56208: hue angle of 28.57º 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 #C56208 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.23 |
| HSL | 28.57º | 0.92% | 0.4% | - |
| HSV(B) | 28.57º | 0.96% | 0.77% | - |
| XYZ | 27.44 | 20.62 | 2.76 | - |
| YUV | 117.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 8 | 0 | 0.50 | 0.96 | 0.23 | 28.57 | 0.92 | 0.4 |
| Hex | C5 | 62 | 8 | 0 | 32 | 60 | 17 | 1D | 5C | 28 |
| Octal | 305 | 142 | 10 | 0 | 62 | 140 | 27 | 35 | 134 | 50 |
| Binary | 11000101 | 1100010 | 1000 | 0 | 110010 | 1100000 | 10111 | 11101 | 1011100 | 101000 |
Color Harmonies of #C56208
Complementary color
Monochromatic Colors of #C56208
Black with #C56208
Text Example
Text Example
White with #C56208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56208; }
p { color: rgb(197,98,8); }
H1.HeaderClassName
{
color: #C56208;
}
.AnyTagClassName
{
color: #C56208;
}
</style>
background-color css
<style>
a { background-color: #C56208; }
a { background-color: rgb(197,98,8); }
div.DivClassName
{
background-color: #C56208;
}
.BgClassName
{
background-color: #C56208;
}
</style>
border-color css
<style>
span { border-color: #C56208; }
span { border-color: rgb(197,98,8); }
td.TdClassName
{
border-color: #C56208;
}
.TagClassName
{
border-color: #C56208;
}
</style>