Shades of Tenne (Tawny) #C86C05
Tints of Tenne (Tawny) #C86C05
RGB
CMYK
RGB Variations
Color information
#C86C05 (or 0xC86C05) is known color: Tenne (Tawny). HEX triplet: C8, 6C and 05. RGB value is (200,108,5). Sum of RGB (Red+Green+Blue) = 200+108+5=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C05 is #3793FA. Grayscale: #7C7C7C. Windows color (decimal): -3642363 or 355528. OLE color: 355528.
HSL color Cylindrical-coordinate representation of color #C86C05: hue angle of 31.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86C05 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.22 |
| HSL | 31.69º | 0.95% | 0.4% | - |
| HSV(B) | 31.69º | 0.98% | 0.78% | - |
| XYZ | 29.21 | 23.02 | 3.05 | - |
| YUV | 123.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 5 | 0 | 0.46 | 0.98 | 0.22 | 31.69 | 0.95 | 0.4 |
| Hex | C8 | 6C | 5 | 0 | 2E | 62 | 16 | 20 | 5F | 28 |
| Octal | 310 | 154 | 5 | 0 | 56 | 142 | 26 | 40 | 137 | 50 |
| Binary | 11001000 | 1101100 | 101 | 0 | 101110 | 1100010 | 10110 | 100000 | 1011111 | 101000 |
Color Harmonies of #C86C05
Complementary color
Monochromatic Colors of #C86C05
Black with #C86C05
Text Example
Text Example
White with #C86C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C05; }
p { color: rgb(200,108,5); }
H1.HeaderClassName
{
color: #C86C05;
}
.AnyTagClassName
{
color: #C86C05;
}
</style>
background-color css
<style>
a { background-color: #C86C05; }
a { background-color: rgb(200,108,5); }
div.DivClassName
{
background-color: #C86C05;
}
.BgClassName
{
background-color: #C86C05;
}
</style>
border-color css
<style>
span { border-color: #C86C05; }
span { border-color: rgb(200,108,5); }
td.TdClassName
{
border-color: #C86C05;
}
.TagClassName
{
border-color: #C86C05;
}
</style>