Shades of Tenne (Tawny) #C9560E
Tints of Tenne (Tawny) #C9560E
RGB
CMYK
RGB Variations
Color information
#C9560E (or 0xC9560E) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 0E. RGB value is (201,86,14). Sum of RGB (Red+Green+Blue) = 201+86+14=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9560E is #36A9F1. Grayscale: #707070. Windows color (decimal): -3582450 or 939721. OLE color: 939721.
HSL color Cylindrical-coordinate representation of color #C9560E: hue angle of 23.1º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9560E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.21 |
| HSL | 23.1º | 0.87% | 0.42% | - |
| HSV(B) | 23.1º | 0.93% | 0.79% | - |
| XYZ | 27.49 | 19.1 | 2.65 | - |
| YUV | 112.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 14 | 0 | 0.57 | 0.93 | 0.21 | 23.1 | 0.87 | 0.42 |
| Hex | C9 | 56 | E | 0 | 39 | 5D | 15 | 17 | 57 | 2A |
| Octal | 311 | 126 | 16 | 0 | 71 | 135 | 25 | 27 | 127 | 52 |
| Binary | 11001001 | 1010110 | 1110 | 0 | 111001 | 1011101 | 10101 | 10111 | 1010111 | 101010 |
Color Harmonies of #C9560E
Complementary color
Monochromatic Colors of #C9560E
Black with #C9560E
Text Example
Text Example
White with #C9560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9560E; }
p { color: rgb(201,86,14); }
H1.HeaderClassName
{
color: #C9560E;
}
.AnyTagClassName
{
color: #C9560E;
}
</style>
background-color css
<style>
a { background-color: #C9560E; }
a { background-color: rgb(201,86,14); }
div.DivClassName
{
background-color: #C9560E;
}
.BgClassName
{
background-color: #C9560E;
}
</style>
border-color css
<style>
span { border-color: #C9560E; }
span { border-color: rgb(201,86,14); }
td.TdClassName
{
border-color: #C9560E;
}
.TagClassName
{
border-color: #C9560E;
}
</style>