Shades of Tenne (Tawny) #C85314
Tints of Tenne (Tawny) #C85314
RGB
CMYK
RGB Variations
Color information
#C85314 (or 0xC85314) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 14. RGB value is (200,83,20). Sum of RGB (Red+Green+Blue) = 200+83+20=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85314 is #37ACEB. Grayscale: #6F6F6F. Windows color (decimal): -3648748 or 1332168. OLE color: 1332168.
HSL color Cylindrical-coordinate representation of color #C85314: hue angle of 21º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85314 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 20 | - |
| CMYK | 0 | 0.58 | 0.9 | 0.22 |
| HSL | 21º | 0.82% | 0.43% | - |
| HSV(B) | 21º | 0.9% | 0.78% | - |
| XYZ | 27.04 | 18.52 | 2.81 | - |
| YUV | 110.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 20 | 0 | 0.58 | 0.9 | 0.22 | 21 | 0.82 | 0.43 |
| Hex | C8 | 53 | 14 | 0 | 3A | 5A | 16 | 15 | 52 | 2B |
| Octal | 310 | 123 | 24 | 0 | 72 | 132 | 26 | 25 | 122 | 53 |
| Binary | 11001000 | 1010011 | 10100 | 0 | 111010 | 1011010 | 10110 | 10101 | 1010010 | 101011 |
Color Harmonies of #C85314
Complementary color
Monochromatic Colors of #C85314
Black with #C85314
Text Example
Text Example
White with #C85314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85314; }
p { color: rgb(200,83,20); }
H1.HeaderClassName
{
color: #C85314;
}
.AnyTagClassName
{
color: #C85314;
}
</style>
background-color css
<style>
a { background-color: #C85314; }
a { background-color: rgb(200,83,20); }
div.DivClassName
{
background-color: #C85314;
}
.BgClassName
{
background-color: #C85314;
}
</style>
border-color css
<style>
span { border-color: #C85314; }
span { border-color: rgb(200,83,20); }
td.TdClassName
{
border-color: #C85314;
}
.TagClassName
{
border-color: #C85314;
}
</style>