Shades of Tenne (Tawny) #C95111
Tints of Tenne (Tawny) #C95111
RGB
CMYK
RGB Variations
Color information
#C95111 (or 0xC95111) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 11. RGB value is (201,81,17). Sum of RGB (Red+Green+Blue) = 201+81+17=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C95111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95111 is #36AEEE. Grayscale: #6D6D6D. Windows color (decimal): -3583727 or 1135049. OLE color: 1135049.
HSL color Cylindrical-coordinate representation of color #C95111: hue angle of 20.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C95111 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.21 |
| HSL | 20.87º | 0.84% | 0.43% | - |
| HSV(B) | 20.87º | 0.92% | 0.79% | - |
| XYZ | 27.13 | 18.34 | 2.64 | - |
| YUV | 109.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 17 | 0 | 0.60 | 0.92 | 0.21 | 20.87 | 0.84 | 0.43 |
| Hex | C9 | 51 | 11 | 0 | 3C | 5C | 15 | 15 | 54 | 2B |
| Octal | 311 | 121 | 21 | 0 | 74 | 134 | 25 | 25 | 124 | 53 |
| Binary | 11001001 | 1010001 | 10001 | 0 | 111100 | 1011100 | 10101 | 10101 | 1010100 | 101011 |
Color Harmonies of #C95111
Complementary color
Monochromatic Colors of #C95111
Black with #C95111
Text Example
Text Example
White with #C95111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95111; }
p { color: rgb(201,81,17); }
H1.HeaderClassName
{
color: #C95111;
}
.AnyTagClassName
{
color: #C95111;
}
</style>
background-color css
<style>
a { background-color: #C95111; }
a { background-color: rgb(201,81,17); }
div.DivClassName
{
background-color: #C95111;
}
.BgClassName
{
background-color: #C95111;
}
</style>
border-color css
<style>
span { border-color: #C95111; }
span { border-color: rgb(201,81,17); }
td.TdClassName
{
border-color: #C95111;
}
.TagClassName
{
border-color: #C95111;
}
</style>