Shades of Tenne (Tawny) #C05D0E
Tints of Tenne (Tawny) #C05D0E
RGB
CMYK
RGB Variations
Color information
#C05D0E (or 0xC05D0E) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 0E. RGB value is (192,93,14). Sum of RGB (Red+Green+Blue) = 192+93+14=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D0E is #3FA2F1. Grayscale: #727272. Windows color (decimal): -4170482 or 941504. OLE color: 941504.
HSL color Cylindrical-coordinate representation of color #C05D0E: hue angle of 26.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C05D0E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.25 |
| HSL | 26.63º | 0.86% | 0.4% | - |
| HSV(B) | 26.63º | 0.93% | 0.75% | - |
| XYZ | 25.73 | 19.07 | 2.74 | - |
| YUV | 113.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 14 | 0 | 0.52 | 0.93 | 0.25 | 26.63 | 0.86 | 0.4 |
| Hex | C0 | 5D | E | 0 | 34 | 5D | 19 | 1B | 56 | 28 |
| Octal | 300 | 135 | 16 | 0 | 64 | 135 | 31 | 33 | 126 | 50 |
| Binary | 11000000 | 1011101 | 1110 | 0 | 110100 | 1011101 | 11001 | 11011 | 1010110 | 101000 |
Color Harmonies of #C05D0E
Complementary color
Monochromatic Colors of #C05D0E
Black with #C05D0E
Text Example
Text Example
White with #C05D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D0E; }
p { color: rgb(192,93,14); }
H1.HeaderClassName
{
color: #C05D0E;
}
.AnyTagClassName
{
color: #C05D0E;
}
</style>
background-color css
<style>
a { background-color: #C05D0E; }
a { background-color: rgb(192,93,14); }
div.DivClassName
{
background-color: #C05D0E;
}
.BgClassName
{
background-color: #C05D0E;
}
</style>
border-color css
<style>
span { border-color: #C05D0E; }
span { border-color: rgb(192,93,14); }
td.TdClassName
{
border-color: #C05D0E;
}
.TagClassName
{
border-color: #C05D0E;
}
</style>