Shades of Tenne (Tawny) #C85A04
Tints of Tenne (Tawny) #C85A04
RGB
CMYK
RGB Variations
Color information
#C85A04 (or 0xC85A04) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 04. RGB value is (200,90,4). Sum of RGB (Red+Green+Blue) = 200+90+4=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A04 is #37A5FB. Grayscale: #717171. Windows color (decimal): -3646972 or 285384. OLE color: 285384.
HSL color Cylindrical-coordinate representation of color #C85A04: hue angle of 26.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C85A04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.22 |
| HSL | 26.33º | 0.96% | 0.4% | - |
| HSV(B) | 26.33º | 0.98% | 0.78% | - |
| XYZ | 27.5 | 19.6 | 2.45 | - |
| YUV | 113.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 4 | 0 | 0.55 | 0.98 | 0.22 | 26.33 | 0.96 | 0.4 |
| Hex | C8 | 5A | 4 | 0 | 37 | 62 | 16 | 1A | 60 | 28 |
| Octal | 310 | 132 | 4 | 0 | 67 | 142 | 26 | 32 | 140 | 50 |
| Binary | 11001000 | 1011010 | 100 | 0 | 110111 | 1100010 | 10110 | 11010 | 1100000 | 101000 |
Color Harmonies of #C85A04
Complementary color
Monochromatic Colors of #C85A04
Black with #C85A04
Text Example
Text Example
White with #C85A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A04; }
p { color: rgb(200,90,4); }
H1.HeaderClassName
{
color: #C85A04;
}
.AnyTagClassName
{
color: #C85A04;
}
</style>
background-color css
<style>
a { background-color: #C85A04; }
a { background-color: rgb(200,90,4); }
div.DivClassName
{
background-color: #C85A04;
}
.BgClassName
{
background-color: #C85A04;
}
</style>
border-color css
<style>
span { border-color: #C85A04; }
span { border-color: rgb(200,90,4); }
td.TdClassName
{
border-color: #C85A04;
}
.TagClassName
{
border-color: #C85A04;
}
</style>