Shades of Tenne (Tawny) #C06B08
Tints of Tenne (Tawny) #C06B08
RGB
CMYK
RGB Variations
Color information
#C06B08 (or 0xC06B08) is known color: Tenne (Tawny). HEX triplet: C0, 6B and 08. RGB value is (192,107,8). Sum of RGB (Red+Green+Blue) = 192+107+8=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B08 is #3F94F7. Grayscale: #797979. Windows color (decimal): -4166904 or 551872. OLE color: 551872.
HSL color Cylindrical-coordinate representation of color #C06B08: hue angle of 32.28º 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 #C06B08 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.25 |
| HSL | 32.28º | 0.92% | 0.39% | - |
| HSV(B) | 32.28º | 0.96% | 0.75% | - |
| XYZ | 27.04 | 21.74 | 3 | - |
| YUV | 121.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 8 | 0 | 0.44 | 0.96 | 0.25 | 32.28 | 0.92 | 0.39 |
| Hex | C0 | 6B | 8 | 0 | 2C | 60 | 19 | 20 | 5C | 27 |
| Octal | 300 | 153 | 10 | 0 | 54 | 140 | 31 | 40 | 134 | 47 |
| Binary | 11000000 | 1101011 | 1000 | 0 | 101100 | 1100000 | 11001 | 100000 | 1011100 | 100111 |
Color Harmonies of #C06B08
Complementary color
Monochromatic Colors of #C06B08
Black with #C06B08
Text Example
Text Example
White with #C06B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B08; }
p { color: rgb(192,107,8); }
H1.HeaderClassName
{
color: #C06B08;
}
.AnyTagClassName
{
color: #C06B08;
}
</style>
background-color css
<style>
a { background-color: #C06B08; }
a { background-color: rgb(192,107,8); }
div.DivClassName
{
background-color: #C06B08;
}
.BgClassName
{
background-color: #C06B08;
}
</style>
border-color css
<style>
span { border-color: #C06B08; }
span { border-color: rgb(192,107,8); }
td.TdClassName
{
border-color: #C06B08;
}
.TagClassName
{
border-color: #C06B08;
}
</style>