Shades of Tenne (Tawny) #C7560E
Tints of Tenne (Tawny) #C7560E
RGB
CMYK
RGB Variations
Color information
#C7560E (or 0xC7560E) is known color: Tenne (Tawny). HEX triplet: C7, 56 and 0E. RGB value is (199,86,14). Sum of RGB (Red+Green+Blue) = 199+86+14=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7560E is #38A9F1. Grayscale: #6F6F6F. Windows color (decimal): -3713522 or 939719. OLE color: 939719.
HSL color Cylindrical-coordinate representation of color #C7560E: hue angle of 23.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7560E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.22 |
| HSL | 23.35º | 0.87% | 0.42% | - |
| HSV(B) | 23.35º | 0.93% | 0.78% | - |
| XYZ | 26.96 | 18.83 | 2.63 | - |
| YUV | 111.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 14 | 0 | 0.57 | 0.93 | 0.22 | 23.35 | 0.87 | 0.42 |
| Hex | C7 | 56 | E | 0 | 39 | 5D | 16 | 17 | 57 | 2A |
| Octal | 307 | 126 | 16 | 0 | 71 | 135 | 26 | 27 | 127 | 52 |
| Binary | 11000111 | 1010110 | 1110 | 0 | 111001 | 1011101 | 10110 | 10111 | 1010111 | 101010 |
Color Harmonies of #C7560E
Complementary color
Monochromatic Colors of #C7560E
Black with #C7560E
Text Example
Text Example
White with #C7560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7560E; }
p { color: rgb(199,86,14); }
H1.HeaderClassName
{
color: #C7560E;
}
.AnyTagClassName
{
color: #C7560E;
}
</style>
background-color css
<style>
a { background-color: #C7560E; }
a { background-color: rgb(199,86,14); }
div.DivClassName
{
background-color: #C7560E;
}
.BgClassName
{
background-color: #C7560E;
}
</style>
border-color css
<style>
span { border-color: #C7560E; }
span { border-color: rgb(199,86,14); }
td.TdClassName
{
border-color: #C7560E;
}
.TagClassName
{
border-color: #C7560E;
}
</style>