Shades of Tenne (Tawny) #C05915
Tints of Tenne (Tawny) #C05915
RGB
CMYK
RGB Variations
Color information
#C05915 (or 0xC05915) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 15. RGB value is (192,89,21). Sum of RGB (Red+Green+Blue) = 192+89+21=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05915 is #3FA6EA. Grayscale: #707070. Windows color (decimal): -4171499 or 1399232. OLE color: 1399232.
HSL color Cylindrical-coordinate representation of color #C05915: hue angle of 23.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05915 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 21 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.25 |
| HSL | 23.86º | 0.8% | 0.42% | - |
| HSV(B) | 23.86º | 0.89% | 0.75% | - |
| XYZ | 25.45 | 18.41 | 2.92 | - |
| YUV | 112.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 21 | 0 | 0.54 | 0.89 | 0.25 | 23.86 | 0.8 | 0.42 |
| Hex | C0 | 59 | 15 | 0 | 36 | 59 | 19 | 18 | 50 | 2A |
| Octal | 300 | 131 | 25 | 0 | 66 | 131 | 31 | 30 | 120 | 52 |
| Binary | 11000000 | 1011001 | 10101 | 0 | 110110 | 1011001 | 11001 | 11000 | 1010000 | 101010 |
Color Harmonies of #C05915
Complementary color
Monochromatic Colors of #C05915
Black with #C05915
Text Example
Text Example
White with #C05915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05915; }
p { color: rgb(192,89,21); }
H1.HeaderClassName
{
color: #C05915;
}
.AnyTagClassName
{
color: #C05915;
}
</style>
background-color css
<style>
a { background-color: #C05915; }
a { background-color: rgb(192,89,21); }
div.DivClassName
{
background-color: #C05915;
}
.BgClassName
{
background-color: #C05915;
}
</style>
border-color css
<style>
span { border-color: #C05915; }
span { border-color: rgb(192,89,21); }
td.TdClassName
{
border-color: #C05915;
}
.TagClassName
{
border-color: #C05915;
}
</style>