Shades of Tenne (Tawny) #C85F10
Tints of Tenne (Tawny) #C85F10
RGB
CMYK
RGB Variations
Color information
#C85F10 (or 0xC85F10) is known color: Tenne (Tawny). HEX triplet: C8, 5F and 10. RGB value is (200,95,16). Sum of RGB (Red+Green+Blue) = 200+95+16=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F10 is #37A0EF. Grayscale: #757575. Windows color (decimal): -3645680 or 1073096. OLE color: 1073096.
HSL color Cylindrical-coordinate representation of color #C85F10: hue angle of 25.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85F10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.22 |
| HSL | 25.76º | 0.85% | 0.42% | - |
| HSV(B) | 25.76º | 0.92% | 0.78% | - |
| XYZ | 28.01 | 20.5 | 2.97 | - |
| YUV | 117.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 16 | 0 | 0.52 | 0.92 | 0.22 | 25.76 | 0.85 | 0.42 |
| Hex | C8 | 5F | 10 | 0 | 34 | 5C | 16 | 1A | 55 | 2A |
| Octal | 310 | 137 | 20 | 0 | 64 | 134 | 26 | 32 | 125 | 52 |
| Binary | 11001000 | 1011111 | 10000 | 0 | 110100 | 1011100 | 10110 | 11010 | 1010101 | 101010 |
Color Harmonies of #C85F10
Complementary color
Monochromatic Colors of #C85F10
Black with #C85F10
Text Example
Text Example
White with #C85F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F10; }
p { color: rgb(200,95,16); }
H1.HeaderClassName
{
color: #C85F10;
}
.AnyTagClassName
{
color: #C85F10;
}
</style>
background-color css
<style>
a { background-color: #C85F10; }
a { background-color: rgb(200,95,16); }
div.DivClassName
{
background-color: #C85F10;
}
.BgClassName
{
background-color: #C85F10;
}
</style>
border-color css
<style>
span { border-color: #C85F10; }
span { border-color: rgb(200,95,16); }
td.TdClassName
{
border-color: #C85F10;
}
.TagClassName
{
border-color: #C85F10;
}
</style>