Shades of Tenne (Tawny) #C85112
Tints of Tenne (Tawny) #C85112
RGB
CMYK
RGB Variations
Color information
#C85112 (or 0xC85112) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 12. RGB value is (200,81,18). Sum of RGB (Red+Green+Blue) = 200+81+18=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C85112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85112 is #37AEED. Grayscale: #6D6D6D. Windows color (decimal): -3649262 or 1200584. OLE color: 1200584.
HSL color Cylindrical-coordinate representation of color #C85112: hue angle of 20.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C85112 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.22 |
| HSL | 20.77º | 0.83% | 0.43% | - |
| HSV(B) | 20.77º | 0.91% | 0.78% | - |
| XYZ | 26.87 | 18.21 | 2.67 | - |
| YUV | 109.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 18 | 0 | 0.59 | 0.91 | 0.22 | 20.77 | 0.83 | 0.43 |
| Hex | C8 | 51 | 12 | 0 | 3B | 5B | 16 | 15 | 53 | 2B |
| Octal | 310 | 121 | 22 | 0 | 73 | 133 | 26 | 25 | 123 | 53 |
| Binary | 11001000 | 1010001 | 10010 | 0 | 111011 | 1011011 | 10110 | 10101 | 1010011 | 101011 |
Color Harmonies of #C85112
Complementary color
Monochromatic Colors of #C85112
Black with #C85112
Text Example
Text Example
White with #C85112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85112; }
p { color: rgb(200,81,18); }
H1.HeaderClassName
{
color: #C85112;
}
.AnyTagClassName
{
color: #C85112;
}
</style>
background-color css
<style>
a { background-color: #C85112; }
a { background-color: rgb(200,81,18); }
div.DivClassName
{
background-color: #C85112;
}
.BgClassName
{
background-color: #C85112;
}
</style>
border-color css
<style>
span { border-color: #C85112; }
span { border-color: rgb(200,81,18); }
td.TdClassName
{
border-color: #C85112;
}
.TagClassName
{
border-color: #C85112;
}
</style>