Shades of Tenne (Tawny) #C96205
Tints of Tenne (Tawny) #C96205
RGB
CMYK
RGB Variations
Color information
#C96205 (or 0xC96205) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 05. RGB value is (201,98,5). Sum of RGB (Red+Green+Blue) = 201+98+5=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C96205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96205 is #369DFA. Grayscale: #767676. Windows color (decimal): -3579387 or 352969. OLE color: 352969.
HSL color Cylindrical-coordinate representation of color #C96205: hue angle of 28.47º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96205 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.21 |
| HSL | 28.47º | 0.95% | 0.4% | - |
| HSV(B) | 28.47º | 0.98% | 0.79% | - |
| XYZ | 28.48 | 21.16 | 2.73 | - |
| YUV | 118.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 5 | 0 | 0.51 | 0.98 | 0.21 | 28.47 | 0.95 | 0.4 |
| Hex | C9 | 62 | 5 | 0 | 33 | 62 | 15 | 1C | 5F | 28 |
| Octal | 311 | 142 | 5 | 0 | 63 | 142 | 25 | 34 | 137 | 50 |
| Binary | 11001001 | 1100010 | 101 | 0 | 110011 | 1100010 | 10101 | 11100 | 1011111 | 101000 |
Color Harmonies of #C96205
Complementary color
Monochromatic Colors of #C96205
Black with #C96205
Text Example
Text Example
White with #C96205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96205; }
p { color: rgb(201,98,5); }
H1.HeaderClassName
{
color: #C96205;
}
.AnyTagClassName
{
color: #C96205;
}
</style>
background-color css
<style>
a { background-color: #C96205; }
a { background-color: rgb(201,98,5); }
div.DivClassName
{
background-color: #C96205;
}
.BgClassName
{
background-color: #C96205;
}
</style>
border-color css
<style>
span { border-color: #C96205; }
span { border-color: rgb(201,98,5); }
td.TdClassName
{
border-color: #C96205;
}
.TagClassName
{
border-color: #C96205;
}
</style>