Shades of Tenne (Tawny) #C8660B
Tints of Tenne (Tawny) #C8660B
RGB
CMYK
RGB Variations
Color information
#C8660B (or 0xC8660B) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 0B. RGB value is (200,102,11). Sum of RGB (Red+Green+Blue) = 200+102+11=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8660B is #3799F4. Grayscale: #797979. Windows color (decimal): -3643893 or 747208. OLE color: 747208.
HSL color Cylindrical-coordinate representation of color #C8660B: hue angle of 28.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8660B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.89º | 0.9% | 0.41% | - |
| HSV(B) | 28.89º | 0.95% | 0.78% | - |
| XYZ | 28.63 | 21.81 | 3.02 | - |
| YUV | 120.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 11 | 0 | 0.49 | 0.94 | 0.22 | 28.89 | 0.9 | 0.41 |
| Hex | C8 | 66 | B | 0 | 31 | 5E | 16 | 1D | 5A | 29 |
| Octal | 310 | 146 | 13 | 0 | 61 | 136 | 26 | 35 | 132 | 51 |
| Binary | 11001000 | 1100110 | 1011 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011010 | 101001 |
Color Harmonies of #C8660B
Complementary color
Monochromatic Colors of #C8660B
Black with #C8660B
Text Example
Text Example
White with #C8660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8660B; }
p { color: rgb(200,102,11); }
H1.HeaderClassName
{
color: #C8660B;
}
.AnyTagClassName
{
color: #C8660B;
}
</style>
background-color css
<style>
a { background-color: #C8660B; }
a { background-color: rgb(200,102,11); }
div.DivClassName
{
background-color: #C8660B;
}
.BgClassName
{
background-color: #C8660B;
}
</style>
border-color css
<style>
span { border-color: #C8660B; }
span { border-color: rgb(200,102,11); }
td.TdClassName
{
border-color: #C8660B;
}
.TagClassName
{
border-color: #C8660B;
}
</style>