Shades of Tenne (Tawny) #C05104
Tints of Tenne (Tawny) #C05104
RGB
CMYK
RGB Variations
Color information
#C05104 (or 0xC05104) is known color: Tenne (Tawny). HEX triplet: C0, 51 and 04. RGB value is (192,81,4). Sum of RGB (Red+Green+Blue) = 192+81+4=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C05104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05104 is #3FAEFB. Grayscale: #696969. Windows color (decimal): -4173564 or 283072. OLE color: 283072.
HSL color Cylindrical-coordinate representation of color #C05104: hue angle of 24.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C05104 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.25 |
| HSL | 24.57º | 0.96% | 0.38% | - |
| HSV(B) | 24.57º | 0.98% | 0.75% | - |
| XYZ | 24.7 | 17.1 | 2.11 | - |
| YUV | 105.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 4 | 0 | 0.58 | 0.98 | 0.25 | 24.57 | 0.96 | 0.38 |
| Hex | C0 | 51 | 4 | 0 | 3A | 62 | 19 | 19 | 60 | 26 |
| Octal | 300 | 121 | 4 | 0 | 72 | 142 | 31 | 31 | 140 | 46 |
| Binary | 11000000 | 1010001 | 100 | 0 | 111010 | 1100010 | 11001 | 11001 | 1100000 | 100110 |
Color Harmonies of #C05104
Complementary color
Monochromatic Colors of #C05104
Black with #C05104
Text Example
Text Example
White with #C05104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05104; }
p { color: rgb(192,81,4); }
H1.HeaderClassName
{
color: #C05104;
}
.AnyTagClassName
{
color: #C05104;
}
</style>
background-color css
<style>
a { background-color: #C05104; }
a { background-color: rgb(192,81,4); }
div.DivClassName
{
background-color: #C05104;
}
.BgClassName
{
background-color: #C05104;
}
</style>
border-color css
<style>
span { border-color: #C05104; }
span { border-color: rgb(192,81,4); }
td.TdClassName
{
border-color: #C05104;
}
.TagClassName
{
border-color: #C05104;
}
</style>