Shades of Tenne (Tawny) #C06008
Tints of Tenne (Tawny) #C06008
RGB
CMYK
RGB Variations
Color information
#C06008 (or 0xC06008) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 08. RGB value is (192,96,8). Sum of RGB (Red+Green+Blue) = 192+96+8=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06008 is #3F9FF7. Grayscale: #737373. Windows color (decimal): -4169720 or 549056. OLE color: 549056.
HSL color Cylindrical-coordinate representation of color #C06008: hue angle of 28.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06008 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.25 |
| HSL | 28.7º | 0.92% | 0.39% | - |
| HSV(B) | 28.7º | 0.96% | 0.75% | - |
| XYZ | 25.96 | 19.59 | 2.64 | - |
| YUV | 114.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 8 | 0 | 0.50 | 0.96 | 0.25 | 28.7 | 0.92 | 0.39 |
| Hex | C0 | 60 | 8 | 0 | 32 | 60 | 19 | 1D | 5C | 27 |
| Octal | 300 | 140 | 10 | 0 | 62 | 140 | 31 | 35 | 134 | 47 |
| Binary | 11000000 | 1100000 | 1000 | 0 | 110010 | 1100000 | 11001 | 11101 | 1011100 | 100111 |
Color Harmonies of #C06008
Complementary color
Monochromatic Colors of #C06008
Black with #C06008
Text Example
Text Example
White with #C06008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06008; }
p { color: rgb(192,96,8); }
H1.HeaderClassName
{
color: #C06008;
}
.AnyTagClassName
{
color: #C06008;
}
</style>
background-color css
<style>
a { background-color: #C06008; }
a { background-color: rgb(192,96,8); }
div.DivClassName
{
background-color: #C06008;
}
.BgClassName
{
background-color: #C06008;
}
</style>
border-color css
<style>
span { border-color: #C06008; }
span { border-color: rgb(192,96,8); }
td.TdClassName
{
border-color: #C06008;
}
.TagClassName
{
border-color: #C06008;
}
</style>