Shades of Tenne (Tawny) #C85411
Tints of Tenne (Tawny) #C85411
RGB
CMYK
RGB Variations
Color information
#C85411 (or 0xC85411) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 11. RGB value is (200,84,17). Sum of RGB (Red+Green+Blue) = 200+84+17=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C85411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85411 is #37ABEE. Grayscale: #6F6F6F. Windows color (decimal): -3648495 or 1135816. OLE color: 1135816.
HSL color Cylindrical-coordinate representation of color #C85411: hue angle of 21.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85411 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.22 |
| HSL | 21.97º | 0.84% | 0.43% | - |
| HSV(B) | 21.97º | 0.92% | 0.78% | - |
| XYZ | 27.09 | 18.66 | 2.7 | - |
| YUV | 111.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 17 | 0 | 0.58 | 0.92 | 0.22 | 21.97 | 0.84 | 0.43 |
| Hex | C8 | 54 | 11 | 0 | 3A | 5C | 16 | 16 | 54 | 2B |
| Octal | 310 | 124 | 21 | 0 | 72 | 134 | 26 | 26 | 124 | 53 |
| Binary | 11001000 | 1010100 | 10001 | 0 | 111010 | 1011100 | 10110 | 10110 | 1010100 | 101011 |
Color Harmonies of #C85411
Complementary color
Monochromatic Colors of #C85411
Black with #C85411
Text Example
Text Example
White with #C85411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85411; }
p { color: rgb(200,84,17); }
H1.HeaderClassName
{
color: #C85411;
}
.AnyTagClassName
{
color: #C85411;
}
</style>
background-color css
<style>
a { background-color: #C85411; }
a { background-color: rgb(200,84,17); }
div.DivClassName
{
background-color: #C85411;
}
.BgClassName
{
background-color: #C85411;
}
</style>
border-color css
<style>
span { border-color: #C85411; }
span { border-color: rgb(200,84,17); }
td.TdClassName
{
border-color: #C85411;
}
.TagClassName
{
border-color: #C85411;
}
</style>