Shades of Tenne (Tawny) #C8660A
Tints of Tenne (Tawny) #C8660A
RGB
CMYK
RGB Variations
Color information
#C8660A (or 0xC8660A) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 0A. RGB value is (200,102,10). Sum of RGB (Red+Green+Blue) = 200+102+10=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8660A is #3799F5. Grayscale: #797979. Windows color (decimal): -3643894 or 681672. OLE color: 681672.
HSL color Cylindrical-coordinate representation of color #C8660A: hue angle of 29.05º degrees, saturation: 0.9, 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 #C8660A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.22 |
| HSL | 29.05º | 0.9% | 0.41% | - |
| HSV(B) | 29.05º | 0.95% | 0.78% | - |
| XYZ | 28.63 | 21.8 | 2.99 | - |
| YUV | 120.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 10 | 0 | 0.49 | 0.95 | 0.22 | 29.05 | 0.9 | 0.41 |
| Hex | C8 | 66 | A | 0 | 31 | 5F | 16 | 1D | 5A | 29 |
| Octal | 310 | 146 | 12 | 0 | 61 | 137 | 26 | 35 | 132 | 51 |
| Binary | 11001000 | 1100110 | 1010 | 0 | 110001 | 1011111 | 10110 | 11101 | 1011010 | 101001 |
Color Harmonies of #C8660A
Complementary color
Monochromatic Colors of #C8660A
Black with #C8660A
Text Example
Text Example
White with #C8660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8660A; }
p { color: rgb(200,102,10); }
H1.HeaderClassName
{
color: #C8660A;
}
.AnyTagClassName
{
color: #C8660A;
}
</style>
background-color css
<style>
a { background-color: #C8660A; }
a { background-color: rgb(200,102,10); }
div.DivClassName
{
background-color: #C8660A;
}
.BgClassName
{
background-color: #C8660A;
}
</style>
border-color css
<style>
span { border-color: #C8660A; }
span { border-color: rgb(200,102,10); }
td.TdClassName
{
border-color: #C8660A;
}
.TagClassName
{
border-color: #C8660A;
}
</style>