Shades of Tenne (Tawny) #C9620E
Tints of Tenne (Tawny) #C9620E
RGB
CMYK
RGB Variations
Color information
#C9620E (or 0xC9620E) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 0E. RGB value is (201,98,14). Sum of RGB (Red+Green+Blue) = 201+98+14=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9620E is #369DF1. Grayscale: #777777. Windows color (decimal): -3579378 or 942793. OLE color: 942793.
HSL color Cylindrical-coordinate representation of color #C9620E: hue angle of 26.95º 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 #C9620E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.21 |
| HSL | 26.95º | 0.87% | 0.42% | - |
| HSV(B) | 26.95º | 0.93% | 0.79% | - |
| XYZ | 28.53 | 21.18 | 3 | - |
| YUV | 119.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 14 | 0 | 0.51 | 0.93 | 0.21 | 26.95 | 0.87 | 0.42 |
| Hex | C9 | 62 | E | 0 | 33 | 5D | 15 | 1B | 57 | 2A |
| Octal | 311 | 142 | 16 | 0 | 63 | 135 | 25 | 33 | 127 | 52 |
| Binary | 11001001 | 1100010 | 1110 | 0 | 110011 | 1011101 | 10101 | 11011 | 1010111 | 101010 |
Color Harmonies of #C9620E
Complementary color
Monochromatic Colors of #C9620E
Black with #C9620E
Text Example
Text Example
White with #C9620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9620E; }
p { color: rgb(201,98,14); }
H1.HeaderClassName
{
color: #C9620E;
}
.AnyTagClassName
{
color: #C9620E;
}
</style>
background-color css
<style>
a { background-color: #C9620E; }
a { background-color: rgb(201,98,14); }
div.DivClassName
{
background-color: #C9620E;
}
.BgClassName
{
background-color: #C9620E;
}
</style>
border-color css
<style>
span { border-color: #C9620E; }
span { border-color: rgb(201,98,14); }
td.TdClassName
{
border-color: #C9620E;
}
.TagClassName
{
border-color: #C9620E;
}
</style>