Shades of Tenne (Tawny) #C85213
Tints of Tenne (Tawny) #C85213
RGB
CMYK
RGB Variations
Color information
#C85213 (or 0xC85213) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 13. RGB value is (200,82,19). Sum of RGB (Red+Green+Blue) = 200+82+19=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C85213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85213 is #37ADEC. Grayscale: #6E6E6E. Windows color (decimal): -3649005 or 1266376. OLE color: 1266376.
HSL color Cylindrical-coordinate representation of color #C85213: hue angle of 20.88º degrees, saturation: 0.83, 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 #C85213 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.22 |
| HSL | 20.88º | 0.83% | 0.43% | - |
| HSV(B) | 20.88º | 0.91% | 0.78% | - |
| XYZ | 26.95 | 18.36 | 2.74 | - |
| YUV | 110.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 19 | 0 | 0.59 | 0.90 | 0.22 | 20.88 | 0.83 | 0.43 |
| Hex | C8 | 52 | 13 | 0 | 3B | 5A | 16 | 15 | 53 | 2B |
| Octal | 310 | 122 | 23 | 0 | 73 | 132 | 26 | 25 | 123 | 53 |
| Binary | 11001000 | 1010010 | 10011 | 0 | 111011 | 1011010 | 10110 | 10101 | 1010011 | 101011 |
Color Harmonies of #C85213
Complementary color
Monochromatic Colors of #C85213
Black with #C85213
Text Example
Text Example
White with #C85213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85213; }
p { color: rgb(200,82,19); }
H1.HeaderClassName
{
color: #C85213;
}
.AnyTagClassName
{
color: #C85213;
}
</style>
background-color css
<style>
a { background-color: #C85213; }
a { background-color: rgb(200,82,19); }
div.DivClassName
{
background-color: #C85213;
}
.BgClassName
{
background-color: #C85213;
}
</style>
border-color css
<style>
span { border-color: #C85213; }
span { border-color: rgb(200,82,19); }
td.TdClassName
{
border-color: #C85213;
}
.TagClassName
{
border-color: #C85213;
}
</style>