Shades of Tenne (Tawny) #C9640A
Tints of Tenne (Tawny) #C9640A
RGB
CMYK
RGB Variations
Color information
#C9640A (or 0xC9640A) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 0A. RGB value is (201,100,10). Sum of RGB (Red+Green+Blue) = 201+100+10=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9640A is #369BF5. Grayscale: #787878. Windows color (decimal): -3578870 or 681161. OLE color: 681161.
HSL color Cylindrical-coordinate representation of color #C9640A: hue angle of 28.27º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9640A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.21 |
| HSL | 28.27º | 0.91% | 0.41% | - |
| HSV(B) | 28.27º | 0.95% | 0.79% | - |
| XYZ | 28.7 | 21.55 | 2.93 | - |
| YUV | 119.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 10 | 0 | 0.50 | 0.95 | 0.21 | 28.27 | 0.91 | 0.41 |
| Hex | C9 | 64 | A | 0 | 32 | 5F | 15 | 1C | 5B | 29 |
| Octal | 311 | 144 | 12 | 0 | 62 | 137 | 25 | 34 | 133 | 51 |
| Binary | 11001001 | 1100100 | 1010 | 0 | 110010 | 1011111 | 10101 | 11100 | 1011011 | 101001 |
Color Harmonies of #C9640A
Complementary color
Monochromatic Colors of #C9640A
Black with #C9640A
Text Example
Text Example
White with #C9640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9640A; }
p { color: rgb(201,100,10); }
H1.HeaderClassName
{
color: #C9640A;
}
.AnyTagClassName
{
color: #C9640A;
}
</style>
background-color css
<style>
a { background-color: #C9640A; }
a { background-color: rgb(201,100,10); }
div.DivClassName
{
background-color: #C9640A;
}
.BgClassName
{
background-color: #C9640A;
}
</style>
border-color css
<style>
span { border-color: #C9640A; }
span { border-color: rgb(201,100,10); }
td.TdClassName
{
border-color: #C9640A;
}
.TagClassName
{
border-color: #C9640A;
}
</style>