Shades of Tenne (Tawny) #C5560F
Tints of Tenne (Tawny) #C5560F
RGB
CMYK
RGB Variations
Color information
#C5560F (or 0xC5560F) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 0F. RGB value is (197,86,15). Sum of RGB (Red+Green+Blue) = 197+86+15=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5560F is #3AA9F0. Grayscale: #6F6F6F. Windows color (decimal): -3844593 or 1005253. OLE color: 1005253.
HSL color Cylindrical-coordinate representation of color #C5560F: hue angle of 23.41º degrees, saturation: 0.86, 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 #C5560F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.23 |
| HSL | 23.41º | 0.86% | 0.42% | - |
| HSV(B) | 23.41º | 0.92% | 0.77% | - |
| XYZ | 26.44 | 18.56 | 2.64 | - |
| YUV | 111.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 15 | 0 | 0.56 | 0.92 | 0.23 | 23.41 | 0.86 | 0.42 |
| Hex | C5 | 56 | F | 0 | 38 | 5C | 17 | 17 | 56 | 2A |
| Octal | 305 | 126 | 17 | 0 | 70 | 134 | 27 | 27 | 126 | 52 |
| Binary | 11000101 | 1010110 | 1111 | 0 | 111000 | 1011100 | 10111 | 10111 | 1010110 | 101010 |
Color Harmonies of #C5560F
Complementary color
Monochromatic Colors of #C5560F
Black with #C5560F
Text Example
Text Example
White with #C5560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5560F; }
p { color: rgb(197,86,15); }
H1.HeaderClassName
{
color: #C5560F;
}
.AnyTagClassName
{
color: #C5560F;
}
</style>
background-color css
<style>
a { background-color: #C5560F; }
a { background-color: rgb(197,86,15); }
div.DivClassName
{
background-color: #C5560F;
}
.BgClassName
{
background-color: #C5560F;
}
</style>
border-color css
<style>
span { border-color: #C5560F; }
span { border-color: rgb(197,86,15); }
td.TdClassName
{
border-color: #C5560F;
}
.TagClassName
{
border-color: #C5560F;
}
</style>