Shades of Tenne (Tawny) #C95211
Tints of Tenne (Tawny) #C95211
RGB
CMYK
RGB Variations
Color information
#C95211 (or 0xC95211) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 11. RGB value is (201,82,17). Sum of RGB (Red+Green+Blue) = 201+82+17=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C95211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95211 is #36ADEE. Grayscale: #6E6E6E. Windows color (decimal): -3583471 or 1135305. OLE color: 1135305.
HSL color Cylindrical-coordinate representation of color #C95211: hue angle of 21.2º 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 #C95211 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.21 |
| HSL | 21.2º | 0.84% | 0.43% | - |
| HSV(B) | 21.2º | 0.92% | 0.79% | - |
| XYZ | 27.21 | 18.49 | 2.67 | - |
| YUV | 110.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 17 | 0 | 0.59 | 0.92 | 0.21 | 21.2 | 0.84 | 0.43 |
| Hex | C9 | 52 | 11 | 0 | 3B | 5C | 15 | 15 | 54 | 2B |
| Octal | 311 | 122 | 21 | 0 | 73 | 134 | 25 | 25 | 124 | 53 |
| Binary | 11001001 | 1010010 | 10001 | 0 | 111011 | 1011100 | 10101 | 10101 | 1010100 | 101011 |
Color Harmonies of #C95211
Complementary color
Monochromatic Colors of #C95211
Black with #C95211
Text Example
Text Example
White with #C95211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95211; }
p { color: rgb(201,82,17); }
H1.HeaderClassName
{
color: #C95211;
}
.AnyTagClassName
{
color: #C95211;
}
</style>
background-color css
<style>
a { background-color: #C95211; }
a { background-color: rgb(201,82,17); }
div.DivClassName
{
background-color: #C95211;
}
.BgClassName
{
background-color: #C95211;
}
</style>
border-color css
<style>
span { border-color: #C95211; }
span { border-color: rgb(201,82,17); }
td.TdClassName
{
border-color: #C95211;
}
.TagClassName
{
border-color: #C95211;
}
</style>