Shades of Tenne (Tawny) #C85D00
Tints of Tenne (Tawny) #C85D00
RGB
CMYK
RGB Variations
Color information
#C85D00 (or 0xC85D00) is known color: Tenne (Tawny). HEX triplet: C8, 5D and 00. RGB value is (200,93,0). Sum of RGB (Red+Green+Blue) = 200+93+0=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D00 is #37A2FF. Grayscale: #727272. Windows color (decimal): -3646208 or 24008. OLE color: 24008.
HSL color Cylindrical-coordinate representation of color #C85D00: hue angle of 27.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.22 |
| HSL | 27.9º | 1% | 0.39% | - |
| HSV(B) | 27.9º | 1% | 0.78% | - |
| XYZ | 27.73 | 20.11 | 2.42 | - |
| YUV | 114.39 | 63.45 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 0 | 0 | 0.54 | 1 | 0.22 | 27.9 | 1 | 0.39 |
| Hex | C8 | 5D | 0 | 0 | 36 | 64 | 16 | 1C | 64 | 27 |
| Octal | 310 | 135 | 0 | 0 | 66 | 144 | 26 | 34 | 144 | 47 |
| Binary | 11001000 | 1011101 | 0 | 0 | 110110 | 1100100 | 10110 | 11100 | 1100100 | 100111 |
Color Harmonies of #C85D00
Complementary color
Monochromatic Colors of #C85D00
Black with #C85D00
Text Example
Text Example
White with #C85D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D00; }
p { color: rgb(200,93,0); }
H1.HeaderClassName
{
color: #C85D00;
}
.AnyTagClassName
{
color: #C85D00;
}
</style>
background-color css
<style>
a { background-color: #C85D00; }
a { background-color: rgb(200,93,0); }
div.DivClassName
{
background-color: #C85D00;
}
.BgClassName
{
background-color: #C85D00;
}
</style>
border-color css
<style>
span { border-color: #C85D00; }
span { border-color: rgb(200,93,0); }
td.TdClassName
{
border-color: #C85D00;
}
.TagClassName
{
border-color: #C85D00;
}
</style>