Shades of Tenne (Tawny) #C05814
Tints of Tenne (Tawny) #C05814
RGB
CMYK
RGB Variations
Color information
#C05814 (or 0xC05814) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 14. RGB value is (192,88,20). Sum of RGB (Red+Green+Blue) = 192+88+20=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05814 is #3FA7EB. Grayscale: #6F6F6F. Windows color (decimal): -4171756 or 1333440. OLE color: 1333440.
HSL color Cylindrical-coordinate representation of color #C05814: hue angle of 23.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05814 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 20 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.25 |
| HSL | 23.72º | 0.81% | 0.42% | - |
| HSV(B) | 23.72º | 0.9% | 0.75% | - |
| XYZ | 25.35 | 18.24 | 2.85 | - |
| YUV | 111.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 20 | 0 | 0.54 | 0.90 | 0.25 | 23.72 | 0.81 | 0.42 |
| Hex | C0 | 58 | 14 | 0 | 36 | 5A | 19 | 18 | 51 | 2A |
| Octal | 300 | 130 | 24 | 0 | 66 | 132 | 31 | 30 | 121 | 52 |
| Binary | 11000000 | 1011000 | 10100 | 0 | 110110 | 1011010 | 11001 | 11000 | 1010001 | 101010 |
Color Harmonies of #C05814
Complementary color
Monochromatic Colors of #C05814
Black with #C05814
Text Example
Text Example
White with #C05814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05814; }
p { color: rgb(192,88,20); }
H1.HeaderClassName
{
color: #C05814;
}
.AnyTagClassName
{
color: #C05814;
}
</style>
background-color css
<style>
a { background-color: #C05814; }
a { background-color: rgb(192,88,20); }
div.DivClassName
{
background-color: #C05814;
}
.BgClassName
{
background-color: #C05814;
}
</style>
border-color css
<style>
span { border-color: #C05814; }
span { border-color: rgb(192,88,20); }
td.TdClassName
{
border-color: #C05814;
}
.TagClassName
{
border-color: #C05814;
}
</style>