Shades of Tenne (Tawny) #C55514
Tints of Tenne (Tawny) #C55514
RGB
CMYK
RGB Variations
Color information
#C55514 (or 0xC55514) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 14. RGB value is (197,85,20). Sum of RGB (Red+Green+Blue) = 197+85+20=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C55514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55514 is #3AAAEB. Grayscale: #6F6F6F. Windows color (decimal): -3844844 or 1332677. OLE color: 1332677.
HSL color Cylindrical-coordinate representation of color #C55514: hue angle of 22.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55514 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.23 |
| HSL | 22.03º | 0.82% | 0.43% | - |
| HSV(B) | 22.03º | 0.9% | 0.77% | - |
| XYZ | 26.4 | 18.42 | 2.83 | - |
| YUV | 111.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 20 | 0 | 0.57 | 0.90 | 0.23 | 22.03 | 0.82 | 0.43 |
| Hex | C5 | 55 | 14 | 0 | 39 | 5A | 17 | 16 | 52 | 2B |
| Octal | 305 | 125 | 24 | 0 | 71 | 132 | 27 | 26 | 122 | 53 |
| Binary | 11000101 | 1010101 | 10100 | 0 | 111001 | 1011010 | 10111 | 10110 | 1010010 | 101011 |
Color Harmonies of #C55514
Complementary color
Monochromatic Colors of #C55514
Black with #C55514
Text Example
Text Example
White with #C55514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55514; }
p { color: rgb(197,85,20); }
H1.HeaderClassName
{
color: #C55514;
}
.AnyTagClassName
{
color: #C55514;
}
</style>
background-color css
<style>
a { background-color: #C55514; }
a { background-color: rgb(197,85,20); }
div.DivClassName
{
background-color: #C55514;
}
.BgClassName
{
background-color: #C55514;
}
</style>
border-color css
<style>
span { border-color: #C55514; }
span { border-color: rgb(197,85,20); }
td.TdClassName
{
border-color: #C55514;
}
.TagClassName
{
border-color: #C55514;
}
</style>