Shades of Tenne (Tawny) #C05715
Tints of Tenne (Tawny) #C05715
RGB
CMYK
RGB Variations
Color information
#C05715 (or 0xC05715) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 15. RGB value is (192,87,21). Sum of RGB (Red+Green+Blue) = 192+87+21=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05715 is #3FA8EA. Grayscale: #6F6F6F. Windows color (decimal): -4172011 or 1398720. OLE color: 1398720.
HSL color Cylindrical-coordinate representation of color #C05715: hue angle of 23.16º 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 #C05715 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.25 |
| HSL | 23.16º | 0.8% | 0.42% | - |
| HSV(B) | 23.16º | 0.89% | 0.75% | - |
| XYZ | 25.28 | 18.08 | 2.87 | - |
| YUV | 110.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 21 | 0 | 0.55 | 0.89 | 0.25 | 23.16 | 0.8 | 0.42 |
| Hex | C0 | 57 | 15 | 0 | 37 | 59 | 19 | 17 | 50 | 2A |
| Octal | 300 | 127 | 25 | 0 | 67 | 131 | 31 | 27 | 120 | 52 |
| Binary | 11000000 | 1010111 | 10101 | 0 | 110111 | 1011001 | 11001 | 10111 | 1010000 | 101010 |
Color Harmonies of #C05715
Complementary color
Monochromatic Colors of #C05715
Black with #C05715
Text Example
Text Example
White with #C05715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05715; }
p { color: rgb(192,87,21); }
H1.HeaderClassName
{
color: #C05715;
}
.AnyTagClassName
{
color: #C05715;
}
</style>
background-color css
<style>
a { background-color: #C05715; }
a { background-color: rgb(192,87,21); }
div.DivClassName
{
background-color: #C05715;
}
.BgClassName
{
background-color: #C05715;
}
</style>
border-color css
<style>
span { border-color: #C05715; }
span { border-color: rgb(192,87,21); }
td.TdClassName
{
border-color: #C05715;
}
.TagClassName
{
border-color: #C05715;
}
</style>