Shades of Tenne (Tawny) #C55511
Tints of Tenne (Tawny) #C55511
RGB
CMYK
RGB Variations
Color information
#C55511 (or 0xC55511) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 11. RGB value is (197,85,17). Sum of RGB (Red+Green+Blue) = 197+85+17=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55511 is #3AAAEE. Grayscale: #6F6F6F. Windows color (decimal): -3844847 or 1136069. OLE color: 1136069.
HSL color Cylindrical-coordinate representation of color #C55511: hue angle of 22.67º 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 #C55511 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.23 |
| HSL | 22.67º | 0.84% | 0.42% | - |
| HSV(B) | 22.67º | 0.91% | 0.77% | - |
| XYZ | 26.38 | 18.41 | 2.69 | - |
| YUV | 110.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 17 | 0 | 0.57 | 0.91 | 0.23 | 22.67 | 0.84 | 0.42 |
| Hex | C5 | 55 | 11 | 0 | 39 | 5B | 17 | 17 | 54 | 2A |
| Octal | 305 | 125 | 21 | 0 | 71 | 133 | 27 | 27 | 124 | 52 |
| Binary | 11000101 | 1010101 | 10001 | 0 | 111001 | 1011011 | 10111 | 10111 | 1010100 | 101010 |
Color Harmonies of #C55511
Complementary color
Monochromatic Colors of #C55511
Black with #C55511
Text Example
Text Example
White with #C55511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55511; }
p { color: rgb(197,85,17); }
H1.HeaderClassName
{
color: #C55511;
}
.AnyTagClassName
{
color: #C55511;
}
</style>
background-color css
<style>
a { background-color: #C55511; }
a { background-color: rgb(197,85,17); }
div.DivClassName
{
background-color: #C55511;
}
.BgClassName
{
background-color: #C55511;
}
</style>
border-color css
<style>
span { border-color: #C55511; }
span { border-color: rgb(197,85,17); }
td.TdClassName
{
border-color: #C55511;
}
.TagClassName
{
border-color: #C55511;
}
</style>