Shades of Tenne (Tawny) #C8610D
Tints of Tenne (Tawny) #C8610D
RGB
CMYK
RGB Variations
Color information
#C8610D (or 0xC8610D) is known color: Tenne (Tawny). HEX triplet: C8, 61 and 0D. RGB value is (200,97,13). Sum of RGB (Red+Green+Blue) = 200+97+13=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8610D is #379EF2. Grayscale: #767676. Windows color (decimal): -3645171 or 877000. OLE color: 877000.
HSL color Cylindrical-coordinate representation of color #C8610D: hue angle of 26.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8610D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.22 |
| HSL | 26.95º | 0.88% | 0.42% | - |
| HSV(B) | 26.95º | 0.94% | 0.78% | - |
| XYZ | 28.17 | 20.86 | 2.92 | - |
| YUV | 118.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 13 | 0 | 0.52 | 0.94 | 0.22 | 26.95 | 0.88 | 0.42 |
| Hex | C8 | 61 | D | 0 | 34 | 5E | 16 | 1B | 58 | 2A |
| Octal | 310 | 141 | 15 | 0 | 64 | 136 | 26 | 33 | 130 | 52 |
| Binary | 11001000 | 1100001 | 1101 | 0 | 110100 | 1011110 | 10110 | 11011 | 1011000 | 101010 |
Color Harmonies of #C8610D
Complementary color
Monochromatic Colors of #C8610D
Black with #C8610D
Text Example
Text Example
White with #C8610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8610D; }
p { color: rgb(200,97,13); }
H1.HeaderClassName
{
color: #C8610D;
}
.AnyTagClassName
{
color: #C8610D;
}
</style>
background-color css
<style>
a { background-color: #C8610D; }
a { background-color: rgb(200,97,13); }
div.DivClassName
{
background-color: #C8610D;
}
.BgClassName
{
background-color: #C8610D;
}
</style>
border-color css
<style>
span { border-color: #C8610D; }
span { border-color: rgb(200,97,13); }
td.TdClassName
{
border-color: #C8610D;
}
.TagClassName
{
border-color: #C8610D;
}
</style>