Shades of Tenne (Tawny) #C95416
Tints of Tenne (Tawny) #C95416
RGB
CMYK
RGB Variations
Color information
#C95416 (or 0xC95416) is known color: Tenne (Tawny). HEX triplet: C9, 54 and 16. RGB value is (201,84,22). Sum of RGB (Red+Green+Blue) = 201+84+22=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95416 is #36ABE9. Grayscale: #707070. Windows color (decimal): -3582954 or 1463497. OLE color: 1463497.
HSL color Cylindrical-coordinate representation of color #C95416: hue angle of 20.78º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C95416 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.21 |
| HSL | 20.78º | 0.8% | 0.44% | - |
| HSV(B) | 20.78º | 0.89% | 0.79% | - |
| XYZ | 27.4 | 18.82 | 2.95 | - |
| YUV | 111.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 22 | 0 | 0.58 | 0.89 | 0.21 | 20.78 | 0.8 | 0.44 |
| Hex | C9 | 54 | 16 | 0 | 3A | 59 | 15 | 15 | 50 | 2C |
| Octal | 311 | 124 | 26 | 0 | 72 | 131 | 25 | 25 | 120 | 54 |
| Binary | 11001001 | 1010100 | 10110 | 0 | 111010 | 1011001 | 10101 | 10101 | 1010000 | 101100 |
Color Harmonies of #C95416
Complementary color
Monochromatic Colors of #C95416
Black with #C95416
Text Example
Text Example
White with #C95416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95416; }
p { color: rgb(201,84,22); }
H1.HeaderClassName
{
color: #C95416;
}
.AnyTagClassName
{
color: #C95416;
}
</style>
background-color css
<style>
a { background-color: #C95416; }
a { background-color: rgb(201,84,22); }
div.DivClassName
{
background-color: #C95416;
}
.BgClassName
{
background-color: #C95416;
}
</style>
border-color css
<style>
span { border-color: #C95416; }
span { border-color: rgb(201,84,22); }
td.TdClassName
{
border-color: #C95416;
}
.TagClassName
{
border-color: #C95416;
}
</style>