Shades of Tacha #C8B966
Tints of Tacha #C8B966
RGB
CMYK
RGB Variations
Color information
#C8B966 (or 0xC8B966) is known color: Tacha. HEX triplet: C8, B9 and 66. RGB value is (200,185,102). Sum of RGB (Red+Green+Blue) = 200+185+102=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B966 is #374699. Grayscale: #B4B4B4. Windows color (decimal): -3622554 or 6732232. OLE color: 6732232.
HSL color Cylindrical-coordinate representation of color #C8B966: hue angle of 50.82º 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 #C8B966 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 102 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.22 |
| HSL | 50.82º | 0.47% | 0.59% | - |
| HSV(B) | 50.82º | 0.49% | 0.78% | - |
| XYZ | 43.57 | 47.94 | 19.53 | - |
| YUV | 180.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 102 | 0 | 0.08 | 0.49 | 0.22 | 50.82 | 0.47 | 0.59 |
| Hex | C8 | B9 | 66 | 0 | 8 | 31 | 16 | 33 | 2F | 3B |
| Octal | 310 | 271 | 146 | 0 | 10 | 61 | 26 | 63 | 57 | 73 |
| Binary | 11001000 | 10111001 | 1100110 | 0 | 1000 | 110001 | 10110 | 110011 | 101111 | 111011 |
Color Harmonies of #C8B966
Complementary color
Monochromatic Colors of #C8B966
Black with #C8B966
Text Example
Text Example
White with #C8B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B966; }
p { color: rgb(200,185,102); }
H1.HeaderClassName
{
color: #C8B966;
}
.AnyTagClassName
{
color: #C8B966;
}
</style>
background-color css
<style>
a { background-color: #C8B966; }
a { background-color: rgb(200,185,102); }
div.DivClassName
{
background-color: #C8B966;
}
.BgClassName
{
background-color: #C8B966;
}
</style>
border-color css
<style>
span { border-color: #C8B966; }
span { border-color: rgb(200,185,102); }
td.TdClassName
{
border-color: #C8B966;
}
.TagClassName
{
border-color: #C8B966;
}
</style>