Shades of Tenne (Tawny) #C55206
Tints of Tenne (Tawny) #C55206
RGB
CMYK
RGB Variations
Color information
#C55206 (or 0xC55206) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 06. RGB value is (197,82,6). Sum of RGB (Red+Green+Blue) = 197+82+6=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C55206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55206 is #3AADF9. Grayscale: #6C6C6C. Windows color (decimal): -3845626 or 414405. OLE color: 414405.
HSL color Cylindrical-coordinate representation of color #C55206: hue angle of 23.87º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55206 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.23 |
| HSL | 23.87º | 0.94% | 0.4% | - |
| HSV(B) | 23.87º | 0.97% | 0.77% | - |
| XYZ | 26.08 | 17.92 | 2.26 | - |
| YUV | 107.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 6 | 0 | 0.58 | 0.97 | 0.23 | 23.87 | 0.94 | 0.4 |
| Hex | C5 | 52 | 6 | 0 | 3A | 61 | 17 | 18 | 5E | 28 |
| Octal | 305 | 122 | 6 | 0 | 72 | 141 | 27 | 30 | 136 | 50 |
| Binary | 11000101 | 1010010 | 110 | 0 | 111010 | 1100001 | 10111 | 11000 | 1011110 | 101000 |
Color Harmonies of #C55206
Complementary color
Monochromatic Colors of #C55206
Black with #C55206
Text Example
Text Example
White with #C55206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55206; }
p { color: rgb(197,82,6); }
H1.HeaderClassName
{
color: #C55206;
}
.AnyTagClassName
{
color: #C55206;
}
</style>
background-color css
<style>
a { background-color: #C55206; }
a { background-color: rgb(197,82,6); }
div.DivClassName
{
background-color: #C55206;
}
.BgClassName
{
background-color: #C55206;
}
</style>
border-color css
<style>
span { border-color: #C55206; }
span { border-color: rgb(197,82,6); }
td.TdClassName
{
border-color: #C55206;
}
.TagClassName
{
border-color: #C55206;
}
</style>