Shades of Tenne (Tawny) #C85C01
Tints of Tenne (Tawny) #C85C01
RGB
CMYK
RGB Variations
Color information
#C85C01 (or 0xC85C01) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 01. RGB value is (200,92,1). Sum of RGB (Red+Green+Blue) = 200+92+1=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C01 is #37A3FE. Grayscale: #727272. Windows color (decimal): -3646463 or 89288. OLE color: 89288.
HSL color Cylindrical-coordinate representation of color #C85C01: hue angle of 27.44º 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 #C85C01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.22 |
| HSL | 27.44º | 0.99% | 0.39% | - |
| HSV(B) | 27.44º | 1% | 0.78% | - |
| XYZ | 27.65 | 19.94 | 2.42 | - |
| YUV | 113.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 1 | 0 | 0.54 | 1.00 | 0.22 | 27.44 | 0.99 | 0.39 |
| Hex | C8 | 5C | 1 | 0 | 36 | 64 | 16 | 1B | 63 | 27 |
| Octal | 310 | 134 | 1 | 0 | 66 | 144 | 26 | 33 | 143 | 47 |
| Binary | 11001000 | 1011100 | 1 | 0 | 110110 | 1100100 | 10110 | 11011 | 1100011 | 100111 |
Color Harmonies of #C85C01
Complementary color
Monochromatic Colors of #C85C01
Black with #C85C01
Text Example
Text Example
White with #C85C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C01; }
p { color: rgb(200,92,1); }
H1.HeaderClassName
{
color: #C85C01;
}
.AnyTagClassName
{
color: #C85C01;
}
</style>
background-color css
<style>
a { background-color: #C85C01; }
a { background-color: rgb(200,92,1); }
div.DivClassName
{
background-color: #C85C01;
}
.BgClassName
{
background-color: #C85C01;
}
</style>
border-color css
<style>
span { border-color: #C85C01; }
span { border-color: rgb(200,92,1); }
td.TdClassName
{
border-color: #C85C01;
}
.TagClassName
{
border-color: #C85C01;
}
</style>