Shades of Tenne (Tawny) #C06000
Tints of Tenne (Tawny) #C06000
RGB
CMYK
RGB Variations
Color information
#C06000 (or 0xC06000) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 00. RGB value is (192,96,0). Sum of RGB (Red+Green+Blue) = 192+96+0=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C06000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06000 is #3F9FFF. Grayscale: #727272. Windows color (decimal): -4169728 or 24768. OLE color: 24768.
HSL color Cylindrical-coordinate representation of color #C06000: hue angle of 30º 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 #C06000 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.25 |
| HSL | 30º | 1% | 0.38% | - |
| HSV(B) | 30º | 1% | 0.75% | - |
| XYZ | 25.92 | 19.57 | 2.41 | - |
| YUV | 113.76 | 63.8 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 0 | 0 | 0.50 | 1 | 0.25 | 30 | 1 | 0.38 |
| Hex | C0 | 60 | 0 | 0 | 32 | 64 | 19 | 1E | 64 | 26 |
| Octal | 300 | 140 | 0 | 0 | 62 | 144 | 31 | 36 | 144 | 46 |
| Binary | 11000000 | 1100000 | 0 | 0 | 110010 | 1100100 | 11001 | 11110 | 1100100 | 100110 |
Color Harmonies of #C06000
Complementary color
Monochromatic Colors of #C06000
Black with #C06000
Text Example
Text Example
White with #C06000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06000; }
p { color: rgb(192,96,0); }
H1.HeaderClassName
{
color: #C06000;
}
.AnyTagClassName
{
color: #C06000;
}
</style>
background-color css
<style>
a { background-color: #C06000; }
a { background-color: rgb(192,96,0); }
div.DivClassName
{
background-color: #C06000;
}
.BgClassName
{
background-color: #C06000;
}
</style>
border-color css
<style>
span { border-color: #C06000; }
span { border-color: rgb(192,96,0); }
td.TdClassName
{
border-color: #C06000;
}
.TagClassName
{
border-color: #C06000;
}
</style>