Shades of Tenne (Tawny) #C9490A
Tints of Tenne (Tawny) #C9490A
RGB
CMYK
RGB Variations
Color information
#C9490A (or 0xC9490A) is known color: Tenne (Tawny). HEX triplet: C9, 49 and 0A. RGB value is (201,73,10). Sum of RGB (Red+Green+Blue) = 201+73+10=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9490A is #36B6F5. Grayscale: #686868. Windows color (decimal): -3585782 or 674249. OLE color: 674249.
HSL color Cylindrical-coordinate representation of color #C9490A: hue angle of 19.79º 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 #C9490A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.21 |
| HSL | 19.79º | 0.91% | 0.41% | - |
| HSV(B) | 19.79º | 0.95% | 0.79% | - |
| XYZ | 26.52 | 17.2 | 2.21 | - |
| YUV | 104.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 10 | 0 | 0.64 | 0.95 | 0.21 | 19.79 | 0.91 | 0.41 |
| Hex | C9 | 49 | A | 0 | 40 | 5F | 15 | 14 | 5B | 29 |
| Octal | 311 | 111 | 12 | 0 | 100 | 137 | 25 | 24 | 133 | 51 |
| Binary | 11001001 | 1001001 | 1010 | 0 | 1000000 | 1011111 | 10101 | 10100 | 1011011 | 101001 |
Color Harmonies of #C9490A
Complementary color
Monochromatic Colors of #C9490A
Black with #C9490A
Text Example
Text Example
White with #C9490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9490A; }
p { color: rgb(201,73,10); }
H1.HeaderClassName
{
color: #C9490A;
}
.AnyTagClassName
{
color: #C9490A;
}
</style>
background-color css
<style>
a { background-color: #C9490A; }
a { background-color: rgb(201,73,10); }
div.DivClassName
{
background-color: #C9490A;
}
.BgClassName
{
background-color: #C9490A;
}
</style>
border-color css
<style>
span { border-color: #C9490A; }
span { border-color: rgb(201,73,10); }
td.TdClassName
{
border-color: #C9490A;
}
.TagClassName
{
border-color: #C9490A;
}
</style>