Shades of Tenne (Tawny) #C05A00
Tints of Tenne (Tawny) #C05A00
RGB
CMYK
RGB Variations
Color information
#C05A00 (or 0xC05A00) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 00. RGB value is (192,90,0). Sum of RGB (Red+Green+Blue) = 192+90+0=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A00 is #3FA5FF. Grayscale: #6E6E6E. Windows color (decimal): -4171264 or 23232. OLE color: 23232.
HSL color Cylindrical-coordinate representation of color #C05A00: hue angle of 28.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C05A00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.25 |
| HSL | 28.13º | 1% | 0.38% | - |
| HSV(B) | 28.13º | 1% | 0.75% | - |
| XYZ | 25.39 | 18.52 | 2.24 | - |
| YUV | 110.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 0 | 0 | 0.53 | 1 | 0.25 | 28.13 | 1 | 0.38 |
| Hex | C0 | 5A | 0 | 0 | 35 | 64 | 19 | 1C | 64 | 26 |
| Octal | 300 | 132 | 0 | 0 | 65 | 144 | 31 | 34 | 144 | 46 |
| Binary | 11000000 | 1011010 | 0 | 0 | 110101 | 1100100 | 11001 | 11100 | 1100100 | 100110 |
Color Harmonies of #C05A00
Complementary color
Monochromatic Colors of #C05A00
Black with #C05A00
Text Example
Text Example
White with #C05A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A00; }
p { color: rgb(192,90,0); }
H1.HeaderClassName
{
color: #C05A00;
}
.AnyTagClassName
{
color: #C05A00;
}
</style>
background-color css
<style>
a { background-color: #C05A00; }
a { background-color: rgb(192,90,0); }
div.DivClassName
{
background-color: #C05A00;
}
.BgClassName
{
background-color: #C05A00;
}
</style>
border-color css
<style>
span { border-color: #C05A00; }
span { border-color: rgb(192,90,0); }
td.TdClassName
{
border-color: #C05A00;
}
.TagClassName
{
border-color: #C05A00;
}
</style>