Shades of Tenne (Tawny) #C7640E
Tints of Tenne (Tawny) #C7640E
RGB
CMYK
RGB Variations
Color information
#C7640E (or 0xC7640E) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 0E. RGB value is (199,100,14). Sum of RGB (Red+Green+Blue) = 199+100+14=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7640E is #389BF1. Grayscale: #787878. Windows color (decimal): -3709938 or 943303. OLE color: 943303.
HSL color Cylindrical-coordinate representation of color #C7640E: hue angle of 27.89º 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 #C7640E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.22 |
| HSL | 27.89º | 0.87% | 0.42% | - |
| HSV(B) | 27.89º | 0.93% | 0.78% | - |
| XYZ | 28.19 | 21.29 | 3.04 | - |
| YUV | 119.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 14 | 0 | 0.50 | 0.93 | 0.22 | 27.89 | 0.87 | 0.42 |
| Hex | C7 | 64 | E | 0 | 32 | 5D | 16 | 1C | 57 | 2A |
| Octal | 307 | 144 | 16 | 0 | 62 | 135 | 26 | 34 | 127 | 52 |
| Binary | 11000111 | 1100100 | 1110 | 0 | 110010 | 1011101 | 10110 | 11100 | 1010111 | 101010 |
Color Harmonies of #C7640E
Complementary color
Monochromatic Colors of #C7640E
Black with #C7640E
Text Example
Text Example
White with #C7640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7640E; }
p { color: rgb(199,100,14); }
H1.HeaderClassName
{
color: #C7640E;
}
.AnyTagClassName
{
color: #C7640E;
}
</style>
background-color css
<style>
a { background-color: #C7640E; }
a { background-color: rgb(199,100,14); }
div.DivClassName
{
background-color: #C7640E;
}
.BgClassName
{
background-color: #C7640E;
}
</style>
border-color css
<style>
span { border-color: #C7640E; }
span { border-color: rgb(199,100,14); }
td.TdClassName
{
border-color: #C7640E;
}
.TagClassName
{
border-color: #C7640E;
}
</style>