Shades of Tenne (Tawny) #C05F0E
Tints of Tenne (Tawny) #C05F0E
RGB
CMYK
RGB Variations
Color information
#C05F0E (or 0xC05F0E) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 0E. RGB value is (192,95,14). Sum of RGB (Red+Green+Blue) = 192+95+14=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F0E is #3FA0F1. Grayscale: #737373. Windows color (decimal): -4169970 or 942016. OLE color: 942016.
HSL color Cylindrical-coordinate representation of color #C05F0E: hue angle of 27.3º 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 #C05F0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.25 |
| HSL | 27.3º | 0.86% | 0.4% | - |
| HSV(B) | 27.3º | 0.93% | 0.75% | - |
| XYZ | 25.91 | 19.42 | 2.8 | - |
| YUV | 114.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 14 | 0 | 0.51 | 0.93 | 0.25 | 27.3 | 0.86 | 0.4 |
| Hex | C0 | 5F | E | 0 | 33 | 5D | 19 | 1B | 56 | 28 |
| Octal | 300 | 137 | 16 | 0 | 63 | 135 | 31 | 33 | 126 | 50 |
| Binary | 11000000 | 1011111 | 1110 | 0 | 110011 | 1011101 | 11001 | 11011 | 1010110 | 101000 |
Color Harmonies of #C05F0E
Complementary color
Monochromatic Colors of #C05F0E
Black with #C05F0E
Text Example
Text Example
White with #C05F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F0E; }
p { color: rgb(192,95,14); }
H1.HeaderClassName
{
color: #C05F0E;
}
.AnyTagClassName
{
color: #C05F0E;
}
</style>
background-color css
<style>
a { background-color: #C05F0E; }
a { background-color: rgb(192,95,14); }
div.DivClassName
{
background-color: #C05F0E;
}
.BgClassName
{
background-color: #C05F0E;
}
</style>
border-color css
<style>
span { border-color: #C05F0E; }
span { border-color: rgb(192,95,14); }
td.TdClassName
{
border-color: #C05F0E;
}
.TagClassName
{
border-color: #C05F0E;
}
</style>