Shades of Tenne (Tawny) #C55711
Tints of Tenne (Tawny) #C55711
RGB
CMYK
RGB Variations
Color information
#C55711 (or 0xC55711) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 11. RGB value is (197,87,17). Sum of RGB (Red+Green+Blue) = 197+87+17=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55711 is #3AA8EE. Grayscale: #707070. Windows color (decimal): -3844335 or 1136581. OLE color: 1136581.
HSL color Cylindrical-coordinate representation of color #C55711: hue angle of 23.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55711 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.23 |
| HSL | 23.33º | 0.84% | 0.42% | - |
| HSV(B) | 23.33º | 0.91% | 0.77% | - |
| XYZ | 26.54 | 18.73 | 2.75 | - |
| YUV | 111.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 17 | 0 | 0.56 | 0.91 | 0.23 | 23.33 | 0.84 | 0.42 |
| Hex | C5 | 57 | 11 | 0 | 38 | 5B | 17 | 17 | 54 | 2A |
| Octal | 305 | 127 | 21 | 0 | 70 | 133 | 27 | 27 | 124 | 52 |
| Binary | 11000101 | 1010111 | 10001 | 0 | 111000 | 1011011 | 10111 | 10111 | 1010100 | 101010 |
Color Harmonies of #C55711
Complementary color
Monochromatic Colors of #C55711
Black with #C55711
Text Example
Text Example
White with #C55711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55711; }
p { color: rgb(197,87,17); }
H1.HeaderClassName
{
color: #C55711;
}
.AnyTagClassName
{
color: #C55711;
}
</style>
background-color css
<style>
a { background-color: #C55711; }
a { background-color: rgb(197,87,17); }
div.DivClassName
{
background-color: #C55711;
}
.BgClassName
{
background-color: #C55711;
}
</style>
border-color css
<style>
span { border-color: #C55711; }
span { border-color: rgb(197,87,17); }
td.TdClassName
{
border-color: #C55711;
}
.TagClassName
{
border-color: #C55711;
}
</style>