Shades of Tenne (Tawny) #C5560A
Tints of Tenne (Tawny) #C5560A
RGB
CMYK
RGB Variations
Color information
#C5560A (or 0xC5560A) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 0A. RGB value is (197,86,10). Sum of RGB (Red+Green+Blue) = 197+86+10=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5560A is #3AA9F5. Grayscale: #6E6E6E. Windows color (decimal): -3844598 or 677573. OLE color: 677573.
HSL color Cylindrical-coordinate representation of color #C5560A: hue angle of 24.39º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5560A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.23 |
| HSL | 24.39º | 0.9% | 0.41% | - |
| HSV(B) | 24.39º | 0.95% | 0.77% | - |
| XYZ | 26.41 | 18.55 | 2.48 | - |
| YUV | 110.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 10 | 0 | 0.56 | 0.95 | 0.23 | 24.39 | 0.9 | 0.41 |
| Hex | C5 | 56 | A | 0 | 38 | 5F | 17 | 18 | 5A | 29 |
| Octal | 305 | 126 | 12 | 0 | 70 | 137 | 27 | 30 | 132 | 51 |
| Binary | 11000101 | 1010110 | 1010 | 0 | 111000 | 1011111 | 10111 | 11000 | 1011010 | 101001 |
Color Harmonies of #C5560A
Complementary color
Monochromatic Colors of #C5560A
Black with #C5560A
Text Example
Text Example
White with #C5560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5560A; }
p { color: rgb(197,86,10); }
H1.HeaderClassName
{
color: #C5560A;
}
.AnyTagClassName
{
color: #C5560A;
}
</style>
background-color css
<style>
a { background-color: #C5560A; }
a { background-color: rgb(197,86,10); }
div.DivClassName
{
background-color: #C5560A;
}
.BgClassName
{
background-color: #C5560A;
}
</style>
border-color css
<style>
span { border-color: #C5560A; }
span { border-color: rgb(197,86,10); }
td.TdClassName
{
border-color: #C5560A;
}
.TagClassName
{
border-color: #C5560A;
}
</style>