Shades of Tenne (Tawny) #C85901
Tints of Tenne (Tawny) #C85901
RGB
CMYK
RGB Variations
Color information
#C85901 (or 0xC85901) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 01. RGB value is (200,89,1). Sum of RGB (Red+Green+Blue) = 200+89+1=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85901 is #37A6FE. Grayscale: #707070. Windows color (decimal): -3647231 or 88520. OLE color: 88520.
HSL color Cylindrical-coordinate representation of color #C85901: hue angle of 26.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85901 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.22 |
| HSL | 26.53º | 0.99% | 0.39% | - |
| HSV(B) | 26.53º | 1% | 0.78% | - |
| XYZ | 27.4 | 19.43 | 2.33 | - |
| YUV | 112.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 1 | 0 | 0.56 | 1.00 | 0.22 | 26.53 | 0.99 | 0.39 |
| Hex | C8 | 59 | 1 | 0 | 38 | 64 | 16 | 1B | 63 | 27 |
| Octal | 310 | 131 | 1 | 0 | 70 | 144 | 26 | 33 | 143 | 47 |
| Binary | 11001000 | 1011001 | 1 | 0 | 111000 | 1100100 | 10110 | 11011 | 1100011 | 100111 |
Color Harmonies of #C85901
Complementary color
Monochromatic Colors of #C85901
Black with #C85901
Text Example
Text Example
White with #C85901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85901; }
p { color: rgb(200,89,1); }
H1.HeaderClassName
{
color: #C85901;
}
.AnyTagClassName
{
color: #C85901;
}
</style>
background-color css
<style>
a { background-color: #C85901; }
a { background-color: rgb(200,89,1); }
div.DivClassName
{
background-color: #C85901;
}
.BgClassName
{
background-color: #C85901;
}
</style>
border-color css
<style>
span { border-color: #C85901; }
span { border-color: rgb(200,89,1); }
td.TdClassName
{
border-color: #C85901;
}
.TagClassName
{
border-color: #C85901;
}
</style>