Shades of Tenne (Tawny) #C85D01
Tints of Tenne (Tawny) #C85D01
RGB
CMYK
RGB Variations
Color information
#C85D01 (or 0xC85D01) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 01. RGB value is (200,93,1). Sum of RGB (Red+Green+Blue) = 200+93+1=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D01 is #37A2FE. Grayscale: #727272. Windows color (decimal): -3646207 or 89544. OLE color: 89544.
HSL color Cylindrical-coordinate representation of color #C85D01: hue angle of 27.74º 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 #C85D01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.22 |
| HSL | 27.74º | 0.99% | 0.39% | - |
| HSV(B) | 27.74º | 1% | 0.78% | - |
| XYZ | 27.74 | 20.11 | 2.45 | - |
| YUV | 114.51 | 63.95 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 1 | 0 | 0.54 | 1.00 | 0.22 | 27.74 | 0.99 | 0.39 |
| Hex | C8 | 5D | 1 | 0 | 36 | 64 | 16 | 1C | 63 | 27 |
| Octal | 310 | 135 | 1 | 0 | 66 | 144 | 26 | 34 | 143 | 47 |
| Binary | 11001000 | 1011101 | 1 | 0 | 110110 | 1100100 | 10110 | 11100 | 1100011 | 100111 |
Color Harmonies of #C85D01
Complementary color
Monochromatic Colors of #C85D01
Black with #C85D01
Text Example
Text Example
White with #C85D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D01; }
p { color: rgb(200,93,1); }
H1.HeaderClassName
{
color: #C85D01;
}
.AnyTagClassName
{
color: #C85D01;
}
</style>
background-color css
<style>
a { background-color: #C85D01; }
a { background-color: rgb(200,93,1); }
div.DivClassName
{
background-color: #C85D01;
}
.BgClassName
{
background-color: #C85D01;
}
</style>
border-color css
<style>
span { border-color: #C85D01; }
span { border-color: rgb(200,93,1); }
td.TdClassName
{
border-color: #C85D01;
}
.TagClassName
{
border-color: #C85D01;
}
</style>