Shades of Tenne (Tawny) #C05E0F
Tints of Tenne (Tawny) #C05E0F
RGB
CMYK
RGB Variations
Color information
#C05E0F (or 0xC05E0F) is known color: Tenne (Tawny). HEX triplet: C0, 5E and 0F. RGB value is (192,94,15). Sum of RGB (Red+Green+Blue) = 192+94+15=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E0F is #3FA1F0. Grayscale: #727272. Windows color (decimal): -4170225 or 1007296. OLE color: 1007296.
HSL color Cylindrical-coordinate representation of color #C05E0F: hue angle of 26.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C05E0F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.25 |
| HSL | 26.78º | 0.86% | 0.41% | - |
| HSV(B) | 26.78º | 0.92% | 0.75% | - |
| XYZ | 25.83 | 19.25 | 2.81 | - |
| YUV | 114.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 15 | 0 | 0.51 | 0.92 | 0.25 | 26.78 | 0.86 | 0.41 |
| Hex | C0 | 5E | F | 0 | 33 | 5C | 19 | 1B | 56 | 29 |
| Octal | 300 | 136 | 17 | 0 | 63 | 134 | 31 | 33 | 126 | 51 |
| Binary | 11000000 | 1011110 | 1111 | 0 | 110011 | 1011100 | 11001 | 11011 | 1010110 | 101001 |
Color Harmonies of #C05E0F
Complementary color
Monochromatic Colors of #C05E0F
Black with #C05E0F
Text Example
Text Example
White with #C05E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E0F; }
p { color: rgb(192,94,15); }
H1.HeaderClassName
{
color: #C05E0F;
}
.AnyTagClassName
{
color: #C05E0F;
}
</style>
background-color css
<style>
a { background-color: #C05E0F; }
a { background-color: rgb(192,94,15); }
div.DivClassName
{
background-color: #C05E0F;
}
.BgClassName
{
background-color: #C05E0F;
}
</style>
border-color css
<style>
span { border-color: #C05E0F; }
span { border-color: rgb(192,94,15); }
td.TdClassName
{
border-color: #C05E0F;
}
.TagClassName
{
border-color: #C05E0F;
}
</style>