Shades of Tacha #C8BA66
Tints of Tacha #C8BA66
RGB
CMYK
RGB Variations
Color information
#C8BA66 (or 0xC8BA66) is known color: Tacha. HEX triplet: C8, BA and 66. RGB value is (200,186,102). Sum of RGB (Red+Green+Blue) = 200+186+102=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA66 is #374599. Grayscale: #B4B4B4. Windows color (decimal): -3622298 or 6732488. OLE color: 6732488.
HSL color Cylindrical-coordinate representation of color #C8BA66: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8BA66 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 102 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.22 |
| HSL | 51.43º | 0.47% | 0.59% | - |
| HSV(B) | 51.43º | 0.49% | 0.78% | - |
| XYZ | 43.78 | 48.36 | 19.6 | - |
| YUV | 180.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 102 | 0 | 0.07 | 0.49 | 0.22 | 51.43 | 0.47 | 0.59 |
| Hex | C8 | BA | 66 | 0 | 7 | 31 | 16 | 33 | 2F | 3B |
| Octal | 310 | 272 | 146 | 0 | 7 | 61 | 26 | 63 | 57 | 73 |
| Binary | 11001000 | 10111010 | 1100110 | 0 | 111 | 110001 | 10110 | 110011 | 101111 | 111011 |
Color Harmonies of #C8BA66
Complementary color
Monochromatic Colors of #C8BA66
Black with #C8BA66
Text Example
Text Example
White with #C8BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA66; }
p { color: rgb(200,186,102); }
H1.HeaderClassName
{
color: #C8BA66;
}
.AnyTagClassName
{
color: #C8BA66;
}
</style>
background-color css
<style>
a { background-color: #C8BA66; }
a { background-color: rgb(200,186,102); }
div.DivClassName
{
background-color: #C8BA66;
}
.BgClassName
{
background-color: #C8BA66;
}
</style>
border-color css
<style>
span { border-color: #C8BA66; }
span { border-color: rgb(200,186,102); }
td.TdClassName
{
border-color: #C8BA66;
}
.TagClassName
{
border-color: #C8BA66;
}
</style>