Shades of Tenne (Tawny) #C85E08
Tints of Tenne (Tawny) #C85E08
RGB
CMYK
RGB Variations
Color information
#C85E08 (or 0xC85E08) is known color: Tenne (Tawny). HEX triplet: C8, 5E and 08. RGB value is (200,94,8). Sum of RGB (Red+Green+Blue) = 200+94+8=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E08 is #37A1F7. Grayscale: #747474. Windows color (decimal): -3645944 or 548552. OLE color: 548552.
HSL color Cylindrical-coordinate representation of color #C85E08: hue angle of 26.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85E08 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.22 |
| HSL | 26.88º | 0.92% | 0.41% | - |
| HSV(B) | 26.88º | 0.96% | 0.78% | - |
| XYZ | 27.87 | 20.3 | 2.68 | - |
| YUV | 115.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 8 | 0 | 0.53 | 0.96 | 0.22 | 26.88 | 0.92 | 0.41 |
| Hex | C8 | 5E | 8 | 0 | 35 | 60 | 16 | 1B | 5C | 29 |
| Octal | 310 | 136 | 10 | 0 | 65 | 140 | 26 | 33 | 134 | 51 |
| Binary | 11001000 | 1011110 | 1000 | 0 | 110101 | 1100000 | 10110 | 11011 | 1011100 | 101001 |
Color Harmonies of #C85E08
Complementary color
Monochromatic Colors of #C85E08
Black with #C85E08
Text Example
Text Example
White with #C85E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E08; }
p { color: rgb(200,94,8); }
H1.HeaderClassName
{
color: #C85E08;
}
.AnyTagClassName
{
color: #C85E08;
}
</style>
background-color css
<style>
a { background-color: #C85E08; }
a { background-color: rgb(200,94,8); }
div.DivClassName
{
background-color: #C85E08;
}
.BgClassName
{
background-color: #C85E08;
}
</style>
border-color css
<style>
span { border-color: #C85E08; }
span { border-color: rgb(200,94,8); }
td.TdClassName
{
border-color: #C85E08;
}
.TagClassName
{
border-color: #C85E08;
}
</style>