Shades of Tenne (Tawny) #C85904
Tints of Tenne (Tawny) #C85904
RGB
CMYK
RGB Variations
Color information
#C85904 (or 0xC85904) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 04. RGB value is (200,89,4). Sum of RGB (Red+Green+Blue) = 200+89+4=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85904 is #37A6FB. Grayscale: #707070. Windows color (decimal): -3647228 or 285128. OLE color: 285128.
HSL color Cylindrical-coordinate representation of color #C85904: hue angle of 26.02º 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 #C85904 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.22 |
| HSL | 26.02º | 0.96% | 0.4% | - |
| HSV(B) | 26.02º | 0.98% | 0.78% | - |
| XYZ | 27.41 | 19.43 | 2.42 | - |
| YUV | 112.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 4 | 0 | 0.56 | 0.98 | 0.22 | 26.02 | 0.96 | 0.4 |
| Hex | C8 | 59 | 4 | 0 | 38 | 62 | 16 | 1A | 60 | 28 |
| Octal | 310 | 131 | 4 | 0 | 70 | 142 | 26 | 32 | 140 | 50 |
| Binary | 11001000 | 1011001 | 100 | 0 | 111000 | 1100010 | 10110 | 11010 | 1100000 | 101000 |
Color Harmonies of #C85904
Complementary color
Monochromatic Colors of #C85904
Black with #C85904
Text Example
Text Example
White with #C85904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85904; }
p { color: rgb(200,89,4); }
H1.HeaderClassName
{
color: #C85904;
}
.AnyTagClassName
{
color: #C85904;
}
</style>
background-color css
<style>
a { background-color: #C85904; }
a { background-color: rgb(200,89,4); }
div.DivClassName
{
background-color: #C85904;
}
.BgClassName
{
background-color: #C85904;
}
</style>
border-color css
<style>
span { border-color: #C85904; }
span { border-color: rgb(200,89,4); }
td.TdClassName
{
border-color: #C85904;
}
.TagClassName
{
border-color: #C85904;
}
</style>