Shades of Tenne (Tawny) #C55208
Tints of Tenne (Tawny) #C55208
RGB
CMYK
RGB Variations
Color information
#C55208 (or 0xC55208) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 08. RGB value is (197,82,8). Sum of RGB (Red+Green+Blue) = 197+82+8=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55208 is #3AADF7. Grayscale: #6C6C6C. Windows color (decimal): -3845624 or 545477. OLE color: 545477.
HSL color Cylindrical-coordinate representation of color #C55208: hue angle of 23.49º 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 #C55208 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.23 |
| HSL | 23.49º | 0.92% | 0.4% | - |
| HSV(B) | 23.49º | 0.96% | 0.77% | - |
| XYZ | 26.09 | 17.92 | 2.31 | - |
| YUV | 107.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 8 | 0 | 0.58 | 0.96 | 0.23 | 23.49 | 0.92 | 0.4 |
| Hex | C5 | 52 | 8 | 0 | 3A | 60 | 17 | 17 | 5C | 28 |
| Octal | 305 | 122 | 10 | 0 | 72 | 140 | 27 | 27 | 134 | 50 |
| Binary | 11000101 | 1010010 | 1000 | 0 | 111010 | 1100000 | 10111 | 10111 | 1011100 | 101000 |
Color Harmonies of #C55208
Complementary color
Monochromatic Colors of #C55208
Black with #C55208
Text Example
Text Example
White with #C55208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55208; }
p { color: rgb(197,82,8); }
H1.HeaderClassName
{
color: #C55208;
}
.AnyTagClassName
{
color: #C55208;
}
</style>
background-color css
<style>
a { background-color: #C55208; }
a { background-color: rgb(197,82,8); }
div.DivClassName
{
background-color: #C55208;
}
.BgClassName
{
background-color: #C55208;
}
</style>
border-color css
<style>
span { border-color: #C55208; }
span { border-color: rgb(197,82,8); }
td.TdClassName
{
border-color: #C55208;
}
.TagClassName
{
border-color: #C55208;
}
</style>