Shades of Tenne (Tawny) #C05A14
Tints of Tenne (Tawny) #C05A14
RGB
CMYK
RGB Variations
Color information
#C05A14 (or 0xC05A14) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 14. RGB value is (192,90,20). Sum of RGB (Red+Green+Blue) = 192+90+20=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A14 is #3FA5EB. Grayscale: #707070. Windows color (decimal): -4171244 or 1333952. OLE color: 1333952.
HSL color Cylindrical-coordinate representation of color #C05A14: hue angle of 24.42º 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 #C05A14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.25 |
| HSL | 24.42º | 0.81% | 0.42% | - |
| HSV(B) | 24.42º | 0.9% | 0.75% | - |
| XYZ | 25.52 | 18.57 | 2.9 | - |
| YUV | 112.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 20 | 0 | 0.53 | 0.90 | 0.25 | 24.42 | 0.81 | 0.42 |
| Hex | C0 | 5A | 14 | 0 | 35 | 5A | 19 | 18 | 51 | 2A |
| Octal | 300 | 132 | 24 | 0 | 65 | 132 | 31 | 30 | 121 | 52 |
| Binary | 11000000 | 1011010 | 10100 | 0 | 110101 | 1011010 | 11001 | 11000 | 1010001 | 101010 |
Color Harmonies of #C05A14
Complementary color
Monochromatic Colors of #C05A14
Black with #C05A14
Text Example
Text Example
White with #C05A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A14; }
p { color: rgb(192,90,20); }
H1.HeaderClassName
{
color: #C05A14;
}
.AnyTagClassName
{
color: #C05A14;
}
</style>
background-color css
<style>
a { background-color: #C05A14; }
a { background-color: rgb(192,90,20); }
div.DivClassName
{
background-color: #C05A14;
}
.BgClassName
{
background-color: #C05A14;
}
</style>
border-color css
<style>
span { border-color: #C05A14; }
span { border-color: rgb(192,90,20); }
td.TdClassName
{
border-color: #C05A14;
}
.TagClassName
{
border-color: #C05A14;
}
</style>