Shades of Tenne (Tawny) #C05A04
Tints of Tenne (Tawny) #C05A04
RGB
CMYK
RGB Variations
Color information
#C05A04 (or 0xC05A04) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 04. RGB value is (192,90,4). Sum of RGB (Red+Green+Blue) = 192+90+4=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A04 is #3FA5FB. Grayscale: #6F6F6F. Windows color (decimal): -4171260 or 285376. OLE color: 285376.
HSL color Cylindrical-coordinate representation of color #C05A04: hue angle of 27.45º 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 #C05A04 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.25 |
| HSL | 27.45º | 0.96% | 0.38% | - |
| HSV(B) | 27.45º | 0.98% | 0.75% | - |
| XYZ | 25.42 | 18.53 | 2.35 | - |
| YUV | 110.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 4 | 0 | 0.53 | 0.98 | 0.25 | 27.45 | 0.96 | 0.38 |
| Hex | C0 | 5A | 4 | 0 | 35 | 62 | 19 | 1B | 60 | 26 |
| Octal | 300 | 132 | 4 | 0 | 65 | 142 | 31 | 33 | 140 | 46 |
| Binary | 11000000 | 1011010 | 100 | 0 | 110101 | 1100010 | 11001 | 11011 | 1100000 | 100110 |
Color Harmonies of #C05A04
Complementary color
Monochromatic Colors of #C05A04
Black with #C05A04
Text Example
Text Example
White with #C05A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A04; }
p { color: rgb(192,90,4); }
H1.HeaderClassName
{
color: #C05A04;
}
.AnyTagClassName
{
color: #C05A04;
}
</style>
background-color css
<style>
a { background-color: #C05A04; }
a { background-color: rgb(192,90,4); }
div.DivClassName
{
background-color: #C05A04;
}
.BgClassName
{
background-color: #C05A04;
}
</style>
border-color css
<style>
span { border-color: #C05A04; }
span { border-color: rgb(192,90,4); }
td.TdClassName
{
border-color: #C05A04;
}
.TagClassName
{
border-color: #C05A04;
}
</style>