Shades of Tenne (Tawny) #C05108
Tints of Tenne (Tawny) #C05108
RGB
CMYK
RGB Variations
Color information
#C05108 (or 0xC05108) is known color: Tenne (Tawny). HEX triplet: C0, 51 and 08. RGB value is (192,81,8). Sum of RGB (Red+Green+Blue) = 192+81+8=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05108 is #3FAEF7. Grayscale: #6A6A6A. Windows color (decimal): -4173560 or 545216. OLE color: 545216.
HSL color Cylindrical-coordinate representation of color #C05108: hue angle of 23.8º 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 #C05108 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.25 |
| HSL | 23.8º | 0.92% | 0.39% | - |
| HSV(B) | 23.8º | 0.96% | 0.75% | - |
| XYZ | 24.72 | 17.11 | 2.23 | - |
| YUV | 105.87 | 72.77 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 8 | 0 | 0.58 | 0.96 | 0.25 | 23.8 | 0.92 | 0.39 |
| Hex | C0 | 51 | 8 | 0 | 3A | 60 | 19 | 18 | 5C | 27 |
| Octal | 300 | 121 | 10 | 0 | 72 | 140 | 31 | 30 | 134 | 47 |
| Binary | 11000000 | 1010001 | 1000 | 0 | 111010 | 1100000 | 11001 | 11000 | 1011100 | 100111 |
Color Harmonies of #C05108
Complementary color
Monochromatic Colors of #C05108
Black with #C05108
Text Example
Text Example
White with #C05108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05108; }
p { color: rgb(192,81,8); }
H1.HeaderClassName
{
color: #C05108;
}
.AnyTagClassName
{
color: #C05108;
}
</style>
background-color css
<style>
a { background-color: #C05108; }
a { background-color: rgb(192,81,8); }
div.DivClassName
{
background-color: #C05108;
}
.BgClassName
{
background-color: #C05108;
}
</style>
border-color css
<style>
span { border-color: #C05108; }
span { border-color: rgb(192,81,8); }
td.TdClassName
{
border-color: #C05108;
}
.TagClassName
{
border-color: #C05108;
}
</style>