Shades of Tenne (Tawny) #C8660C
Tints of Tenne (Tawny) #C8660C
RGB
CMYK
RGB Variations
Color information
#C8660C (or 0xC8660C) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 0C. RGB value is (200,102,12). Sum of RGB (Red+Green+Blue) = 200+102+12=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8660C is #3799F3. Grayscale: #797979. Windows color (decimal): -3643892 or 812744. OLE color: 812744.
HSL color Cylindrical-coordinate representation of color #C8660C: hue angle of 28.72º degrees, saturation: 0.89, 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 #C8660C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.72º | 0.89% | 0.42% | - |
| HSV(B) | 28.72º | 0.94% | 0.78% | - |
| XYZ | 28.64 | 21.81 | 3.05 | - |
| YUV | 121.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 12 | 0 | 0.49 | 0.94 | 0.22 | 28.72 | 0.89 | 0.42 |
| Hex | C8 | 66 | C | 0 | 31 | 5E | 16 | 1D | 59 | 2A |
| Octal | 310 | 146 | 14 | 0 | 61 | 136 | 26 | 35 | 131 | 52 |
| Binary | 11001000 | 1100110 | 1100 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011001 | 101010 |
Color Harmonies of #C8660C
Complementary color
Monochromatic Colors of #C8660C
Black with #C8660C
Text Example
Text Example
White with #C8660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8660C; }
p { color: rgb(200,102,12); }
H1.HeaderClassName
{
color: #C8660C;
}
.AnyTagClassName
{
color: #C8660C;
}
</style>
background-color css
<style>
a { background-color: #C8660C; }
a { background-color: rgb(200,102,12); }
div.DivClassName
{
background-color: #C8660C;
}
.BgClassName
{
background-color: #C8660C;
}
</style>
border-color css
<style>
span { border-color: #C8660C; }
span { border-color: rgb(200,102,12); }
td.TdClassName
{
border-color: #C8660C;
}
.TagClassName
{
border-color: #C8660C;
}
</style>