Shades of Tenne (Tawny) #C05900
Tints of Tenne (Tawny) #C05900
RGB
CMYK
RGB Variations
Color information
#C05900 (or 0xC05900) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 00. RGB value is (192,89,0). Sum of RGB (Red+Green+Blue) = 192+89+0=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05900 is #3FA6FF. Grayscale: #6E6E6E. Windows color (decimal): -4171520 or 22976. OLE color: 22976.
HSL color Cylindrical-coordinate representation of color #C05900: hue angle of 27.81º 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 #C05900 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.25 |
| HSL | 27.81º | 1% | 0.38% | - |
| HSV(B) | 27.81º | 1% | 0.75% | - |
| XYZ | 25.31 | 18.35 | 2.21 | - |
| YUV | 109.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 0 | 0 | 0.54 | 1 | 0.25 | 27.81 | 1 | 0.38 |
| Hex | C0 | 59 | 0 | 0 | 36 | 64 | 19 | 1C | 64 | 26 |
| Octal | 300 | 131 | 0 | 0 | 66 | 144 | 31 | 34 | 144 | 46 |
| Binary | 11000000 | 1011001 | 0 | 0 | 110110 | 1100100 | 11001 | 11100 | 1100100 | 100110 |
Color Harmonies of #C05900
Complementary color
Monochromatic Colors of #C05900
Black with #C05900
Text Example
Text Example
White with #C05900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05900; }
p { color: rgb(192,89,0); }
H1.HeaderClassName
{
color: #C05900;
}
.AnyTagClassName
{
color: #C05900;
}
</style>
background-color css
<style>
a { background-color: #C05900; }
a { background-color: rgb(192,89,0); }
div.DivClassName
{
background-color: #C05900;
}
.BgClassName
{
background-color: #C05900;
}
</style>
border-color css
<style>
span { border-color: #C05900; }
span { border-color: rgb(192,89,0); }
td.TdClassName
{
border-color: #C05900;
}
.TagClassName
{
border-color: #C05900;
}
</style>