Shades of Tenne (Tawny) #C95E11
Tints of Tenne (Tawny) #C95E11
RGB
CMYK
RGB Variations
Color information
#C95E11 (or 0xC95E11) is known color: Tenne (Tawny). HEX triplet: C9, 5E and 11. RGB value is (201,94,17). Sum of RGB (Red+Green+Blue) = 201+94+17=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E11 is #36A1EE. Grayscale: #757575. Windows color (decimal): -3580399 or 1138377. OLE color: 1138377.
HSL color Cylindrical-coordinate representation of color #C95E11: hue angle of 25.11º 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 #C95E11 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.21 |
| HSL | 25.11º | 0.84% | 0.43% | - |
| HSV(B) | 25.11º | 0.92% | 0.79% | - |
| XYZ | 28.19 | 20.46 | 2.99 | - |
| YUV | 117.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 17 | 0 | 0.53 | 0.92 | 0.21 | 25.11 | 0.84 | 0.43 |
| Hex | C9 | 5E | 11 | 0 | 35 | 5C | 15 | 19 | 54 | 2B |
| Octal | 311 | 136 | 21 | 0 | 65 | 134 | 25 | 31 | 124 | 53 |
| Binary | 11001001 | 1011110 | 10001 | 0 | 110101 | 1011100 | 10101 | 11001 | 1010100 | 101011 |
Color Harmonies of #C95E11
Complementary color
Monochromatic Colors of #C95E11
Black with #C95E11
Text Example
Text Example
White with #C95E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E11; }
p { color: rgb(201,94,17); }
H1.HeaderClassName
{
color: #C95E11;
}
.AnyTagClassName
{
color: #C95E11;
}
</style>
background-color css
<style>
a { background-color: #C95E11; }
a { background-color: rgb(201,94,17); }
div.DivClassName
{
background-color: #C95E11;
}
.BgClassName
{
background-color: #C95E11;
}
</style>
border-color css
<style>
span { border-color: #C95E11; }
span { border-color: rgb(201,94,17); }
td.TdClassName
{
border-color: #C95E11;
}
.TagClassName
{
border-color: #C95E11;
}
</style>