Shades of Tenne (Tawny) #C05D04
Tints of Tenne (Tawny) #C05D04
RGB
CMYK
RGB Variations
Color information
#C05D04 (or 0xC05D04) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 04. RGB value is (192,93,4). Sum of RGB (Red+Green+Blue) = 192+93+4=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D04 is #3FA2FB. Grayscale: #707070. Windows color (decimal): -4170492 or 286144. OLE color: 286144.
HSL color Cylindrical-coordinate representation of color #C05D04: hue angle of 28.4º 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 #C05D04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.25 |
| HSL | 28.4º | 0.96% | 0.38% | - |
| HSV(B) | 28.4º | 0.98% | 0.75% | - |
| XYZ | 25.67 | 19.04 | 2.44 | - |
| YUV | 112.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 4 | 0 | 0.52 | 0.98 | 0.25 | 28.4 | 0.96 | 0.38 |
| Hex | C0 | 5D | 4 | 0 | 34 | 62 | 19 | 1C | 60 | 26 |
| Octal | 300 | 135 | 4 | 0 | 64 | 142 | 31 | 34 | 140 | 46 |
| Binary | 11000000 | 1011101 | 100 | 0 | 110100 | 1100010 | 11001 | 11100 | 1100000 | 100110 |
Color Harmonies of #C05D04
Complementary color
Monochromatic Colors of #C05D04
Black with #C05D04
Text Example
Text Example
White with #C05D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D04; }
p { color: rgb(192,93,4); }
H1.HeaderClassName
{
color: #C05D04;
}
.AnyTagClassName
{
color: #C05D04;
}
</style>
background-color css
<style>
a { background-color: #C05D04; }
a { background-color: rgb(192,93,4); }
div.DivClassName
{
background-color: #C05D04;
}
.BgClassName
{
background-color: #C05D04;
}
</style>
border-color css
<style>
span { border-color: #C05D04; }
span { border-color: rgb(192,93,4); }
td.TdClassName
{
border-color: #C05D04;
}
.TagClassName
{
border-color: #C05D04;
}
</style>