Shades of Tenne (Tawny) #C85215
Tints of Tenne (Tawny) #C85215
RGB
CMYK
RGB Variations
Color information
#C85215 (or 0xC85215) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 15. RGB value is (200,82,21). Sum of RGB (Red+Green+Blue) = 200+82+21=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85215 is #37ADEA. Grayscale: #6E6E6E. Windows color (decimal): -3649003 or 1397448. OLE color: 1397448.
HSL color Cylindrical-coordinate representation of color #C85215: hue angle of 20.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85215 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.22 |
| HSL | 20.45º | 0.81% | 0.43% | - |
| HSV(B) | 20.45º | 0.9% | 0.78% | - |
| XYZ | 26.97 | 18.37 | 2.83 | - |
| YUV | 110.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 21 | 0 | 0.59 | 0.90 | 0.22 | 20.45 | 0.81 | 0.43 |
| Hex | C8 | 52 | 15 | 0 | 3B | 5A | 16 | 14 | 51 | 2B |
| Octal | 310 | 122 | 25 | 0 | 73 | 132 | 26 | 24 | 121 | 53 |
| Binary | 11001000 | 1010010 | 10101 | 0 | 111011 | 1011010 | 10110 | 10100 | 1010001 | 101011 |
Color Harmonies of #C85215
Complementary color
Monochromatic Colors of #C85215
Black with #C85215
Text Example
Text Example
White with #C85215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85215; }
p { color: rgb(200,82,21); }
H1.HeaderClassName
{
color: #C85215;
}
.AnyTagClassName
{
color: #C85215;
}
</style>
background-color css
<style>
a { background-color: #C85215; }
a { background-color: rgb(200,82,21); }
div.DivClassName
{
background-color: #C85215;
}
.BgClassName
{
background-color: #C85215;
}
</style>
border-color css
<style>
span { border-color: #C85215; }
span { border-color: rgb(200,82,21); }
td.TdClassName
{
border-color: #C85215;
}
.TagClassName
{
border-color: #C85215;
}
</style>