Shades of Tenne (Tawny) #C85209
Tints of Tenne (Tawny) #C85209
RGB
CMYK
RGB Variations
Color information
#C85209 (or 0xC85209) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 09. RGB value is (200,82,9). Sum of RGB (Red+Green+Blue) = 200+82+9=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C85209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85209 is #37ADF6. Grayscale: #6D6D6D. Windows color (decimal): -3649015 or 611016. OLE color: 611016.
HSL color Cylindrical-coordinate representation of color #C85209: hue angle of 22.93º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C85209 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.22 |
| HSL | 22.93º | 0.91% | 0.41% | - |
| HSV(B) | 22.93º | 0.96% | 0.78% | - |
| XYZ | 26.89 | 18.33 | 2.38 | - |
| YUV | 108.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 9 | 0 | 0.59 | 0.96 | 0.22 | 22.93 | 0.91 | 0.41 |
| Hex | C8 | 52 | 9 | 0 | 3B | 60 | 16 | 17 | 5B | 29 |
| Octal | 310 | 122 | 11 | 0 | 73 | 140 | 26 | 27 | 133 | 51 |
| Binary | 11001000 | 1010010 | 1001 | 0 | 111011 | 1100000 | 10110 | 10111 | 1011011 | 101001 |
Color Harmonies of #C85209
Complementary color
Monochromatic Colors of #C85209
Black with #C85209
Text Example
Text Example
White with #C85209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85209; }
p { color: rgb(200,82,9); }
H1.HeaderClassName
{
color: #C85209;
}
.AnyTagClassName
{
color: #C85209;
}
</style>
background-color css
<style>
a { background-color: #C85209; }
a { background-color: rgb(200,82,9); }
div.DivClassName
{
background-color: #C85209;
}
.BgClassName
{
background-color: #C85209;
}
</style>
border-color css
<style>
span { border-color: #C85209; }
span { border-color: rgb(200,82,9); }
td.TdClassName
{
border-color: #C85209;
}
.TagClassName
{
border-color: #C85209;
}
</style>