Shades of Tenne (Tawny) #C85B01
Tints of Tenne (Tawny) #C85B01
RGB
CMYK
RGB Variations
Color information
#C85B01 (or 0xC85B01) is known color: Tenne (Tawny). HEX triplet: C8, 5B and 01. RGB value is (200,91,1). Sum of RGB (Red+Green+Blue) = 200+91+1=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B01 is #37A4FE. Grayscale: #717171. Windows color (decimal): -3646719 or 89032. OLE color: 89032.
HSL color Cylindrical-coordinate representation of color #C85B01: hue angle of 27.14º 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 #C85B01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.22 |
| HSL | 27.14º | 0.99% | 0.39% | - |
| HSV(B) | 27.14º | 1% | 0.78% | - |
| XYZ | 27.57 | 19.76 | 2.39 | - |
| YUV | 113.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 1 | 0 | 0.54 | 1.00 | 0.22 | 27.14 | 0.99 | 0.39 |
| Hex | C8 | 5B | 1 | 0 | 36 | 64 | 16 | 1B | 63 | 27 |
| Octal | 310 | 133 | 1 | 0 | 66 | 144 | 26 | 33 | 143 | 47 |
| Binary | 11001000 | 1011011 | 1 | 0 | 110110 | 1100100 | 10110 | 11011 | 1100011 | 100111 |
Color Harmonies of #C85B01
Complementary color
Monochromatic Colors of #C85B01
Black with #C85B01
Text Example
Text Example
White with #C85B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B01; }
p { color: rgb(200,91,1); }
H1.HeaderClassName
{
color: #C85B01;
}
.AnyTagClassName
{
color: #C85B01;
}
</style>
background-color css
<style>
a { background-color: #C85B01; }
a { background-color: rgb(200,91,1); }
div.DivClassName
{
background-color: #C85B01;
}
.BgClassName
{
background-color: #C85B01;
}
</style>
border-color css
<style>
span { border-color: #C85B01; }
span { border-color: rgb(200,91,1); }
td.TdClassName
{
border-color: #C85B01;
}
.TagClassName
{
border-color: #C85B01;
}
</style>