Shades of Tenne (Tawny) #C06C01
Tints of Tenne (Tawny) #C06C01
RGB
CMYK
RGB Variations
Color information
#C06C01 (or 0xC06C01) is known color: Tenne (Tawny). HEX triplet: C0, 6C and 01. RGB value is (192,108,1). Sum of RGB (Red+Green+Blue) = 192+108+1=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C01 is #3F93FE. Grayscale: #797979. Windows color (decimal): -4166655 or 93376. OLE color: 93376.
HSL color Cylindrical-coordinate representation of color #C06C01: hue angle of 33.61º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C06C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.25 |
| HSL | 33.61º | 0.99% | 0.38% | - |
| HSV(B) | 33.61º | 0.99% | 0.75% | - |
| XYZ | 27.11 | 21.93 | 2.83 | - |
| YUV | 120.92 | 60.33 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 1 | 0 | 0.44 | 0.99 | 0.25 | 33.61 | 0.99 | 0.38 |
| Hex | C0 | 6C | 1 | 0 | 2C | 63 | 19 | 22 | 63 | 26 |
| Octal | 300 | 154 | 1 | 0 | 54 | 143 | 31 | 42 | 143 | 46 |
| Binary | 11000000 | 1101100 | 1 | 0 | 101100 | 1100011 | 11001 | 100010 | 1100011 | 100110 |
Color Harmonies of #C06C01
Complementary color
Monochromatic Colors of #C06C01
Black with #C06C01
Text Example
Text Example
White with #C06C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C01; }
p { color: rgb(192,108,1); }
H1.HeaderClassName
{
color: #C06C01;
}
.AnyTagClassName
{
color: #C06C01;
}
</style>
background-color css
<style>
a { background-color: #C06C01; }
a { background-color: rgb(192,108,1); }
div.DivClassName
{
background-color: #C06C01;
}
.BgClassName
{
background-color: #C06C01;
}
</style>
border-color css
<style>
span { border-color: #C06C01; }
span { border-color: rgb(192,108,1); }
td.TdClassName
{
border-color: #C06C01;
}
.TagClassName
{
border-color: #C06C01;
}
</style>