Shades of Tenne (Tawny) #C0680C
Tints of Tenne (Tawny) #C0680C
RGB
CMYK
RGB Variations
Color information
#C0680C (or 0xC0680C) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 0C. RGB value is (192,104,12). Sum of RGB (Red+Green+Blue) = 192+104+12=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0680C is #3F97F3. Grayscale: #787878. Windows color (decimal): -4167668 or 813248. OLE color: 813248.
HSL color Cylindrical-coordinate representation of color #C0680C: hue angle of 30.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0680C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.25 |
| HSL | 30.67º | 0.88% | 0.4% | - |
| HSV(B) | 30.67º | 0.94% | 0.75% | - |
| XYZ | 26.75 | 21.13 | 3.02 | - |
| YUV | 119.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 12 | 0 | 0.46 | 0.94 | 0.25 | 30.67 | 0.88 | 0.4 |
| Hex | C0 | 68 | C | 0 | 2E | 5E | 19 | 1F | 58 | 28 |
| Octal | 300 | 150 | 14 | 0 | 56 | 136 | 31 | 37 | 130 | 50 |
| Binary | 11000000 | 1101000 | 1100 | 0 | 101110 | 1011110 | 11001 | 11111 | 1011000 | 101000 |
Color Harmonies of #C0680C
Complementary color
Monochromatic Colors of #C0680C
Black with #C0680C
Text Example
Text Example
White with #C0680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0680C; }
p { color: rgb(192,104,12); }
H1.HeaderClassName
{
color: #C0680C;
}
.AnyTagClassName
{
color: #C0680C;
}
</style>
background-color css
<style>
a { background-color: #C0680C; }
a { background-color: rgb(192,104,12); }
div.DivClassName
{
background-color: #C0680C;
}
.BgClassName
{
background-color: #C0680C;
}
</style>
border-color css
<style>
span { border-color: #C0680C; }
span { border-color: rgb(192,104,12); }
td.TdClassName
{
border-color: #C0680C;
}
.TagClassName
{
border-color: #C0680C;
}
</style>