Shades of Tenne (Tawny) #C55210
Tints of Tenne (Tawny) #C55210
RGB
CMYK
RGB Variations
Color information
#C55210 (or 0xC55210) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 10. RGB value is (197,82,16). Sum of RGB (Red+Green+Blue) = 197+82+16=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C55210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55210 is #3AADEF. Grayscale: #6D6D6D. Windows color (decimal): -3845616 or 1069765. OLE color: 1069765.
HSL color Cylindrical-coordinate representation of color #C55210: hue angle of 21.88º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C55210 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.23 |
| HSL | 21.88º | 0.85% | 0.42% | - |
| HSV(B) | 21.88º | 0.92% | 0.77% | - |
| XYZ | 26.14 | 17.94 | 2.58 | - |
| YUV | 108.86 | 75.6 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 16 | 0 | 0.58 | 0.92 | 0.23 | 21.88 | 0.85 | 0.42 |
| Hex | C5 | 52 | 10 | 0 | 3A | 5C | 17 | 16 | 55 | 2A |
| Octal | 305 | 122 | 20 | 0 | 72 | 134 | 27 | 26 | 125 | 52 |
| Binary | 11000101 | 1010010 | 10000 | 0 | 111010 | 1011100 | 10111 | 10110 | 1010101 | 101010 |
Color Harmonies of #C55210
Complementary color
Monochromatic Colors of #C55210
Black with #C55210
Text Example
Text Example
White with #C55210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55210; }
p { color: rgb(197,82,16); }
H1.HeaderClassName
{
color: #C55210;
}
.AnyTagClassName
{
color: #C55210;
}
</style>
background-color css
<style>
a { background-color: #C55210; }
a { background-color: rgb(197,82,16); }
div.DivClassName
{
background-color: #C55210;
}
.BgClassName
{
background-color: #C55210;
}
</style>
border-color css
<style>
span { border-color: #C55210; }
span { border-color: rgb(197,82,16); }
td.TdClassName
{
border-color: #C55210;
}
.TagClassName
{
border-color: #C55210;
}
</style>