Shades of Tenne (Tawny) #C06105
Tints of Tenne (Tawny) #C06105
RGB
CMYK
RGB Variations
Color information
#C06105 (or 0xC06105) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 05. RGB value is (192,97,5). Sum of RGB (Red+Green+Blue) = 192+97+5=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C06105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06105 is #3F9EFA. Grayscale: #737373. Windows color (decimal): -4169467 or 352704. OLE color: 352704.
HSL color Cylindrical-coordinate representation of color #C06105: hue angle of 29.52º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06105 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.25 |
| HSL | 29.52º | 0.95% | 0.39% | - |
| HSV(B) | 29.52º | 0.97% | 0.75% | - |
| XYZ | 26.04 | 19.77 | 2.59 | - |
| YUV | 114.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 5 | 0 | 0.49 | 0.97 | 0.25 | 29.52 | 0.95 | 0.39 |
| Hex | C0 | 61 | 5 | 0 | 31 | 61 | 19 | 1E | 5F | 27 |
| Octal | 300 | 141 | 5 | 0 | 61 | 141 | 31 | 36 | 137 | 47 |
| Binary | 11000000 | 1100001 | 101 | 0 | 110001 | 1100001 | 11001 | 11110 | 1011111 | 100111 |
Color Harmonies of #C06105
Complementary color
Monochromatic Colors of #C06105
Black with #C06105
Text Example
Text Example
White with #C06105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06105; }
p { color: rgb(192,97,5); }
H1.HeaderClassName
{
color: #C06105;
}
.AnyTagClassName
{
color: #C06105;
}
</style>
background-color css
<style>
a { background-color: #C06105; }
a { background-color: rgb(192,97,5); }
div.DivClassName
{
background-color: #C06105;
}
.BgClassName
{
background-color: #C06105;
}
</style>
border-color css
<style>
span { border-color: #C06105; }
span { border-color: rgb(192,97,5); }
td.TdClassName
{
border-color: #C06105;
}
.TagClassName
{
border-color: #C06105;
}
</style>