Shades of Tacha #C8BA65
Tints of Tacha #C8BA65
RGB
CMYK
RGB Variations
Color information
#C8BA65 (or 0xC8BA65) is known color: Tacha. HEX triplet: C8, BA and 65. RGB value is (200,186,101). Sum of RGB (Red+Green+Blue) = 200+186+101=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA65 is #37459A. Grayscale: #B4B4B4. Windows color (decimal): -3622299 or 6666952. OLE color: 6666952.
HSL color Cylindrical-coordinate representation of color #C8BA65: hue angle of 51.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8BA65 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 101 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.22 |
| HSL | 51.52º | 0.47% | 0.59% | - |
| HSV(B) | 51.52º | 0.5% | 0.78% | - |
| XYZ | 43.73 | 48.34 | 19.34 | - |
| YUV | 180.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 101 | 0 | 0.07 | 0.49 | 0.22 | 51.52 | 0.47 | 0.59 |
| Hex | C8 | BA | 65 | 0 | 7 | 31 | 16 | 34 | 2F | 3B |
| Octal | 310 | 272 | 145 | 0 | 7 | 61 | 26 | 64 | 57 | 73 |
| Binary | 11001000 | 10111010 | 1100101 | 0 | 111 | 110001 | 10110 | 110100 | 101111 | 111011 |
Color Harmonies of #C8BA65
Complementary color
Monochromatic Colors of #C8BA65
Black with #C8BA65
Text Example
Text Example
White with #C8BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA65; }
p { color: rgb(200,186,101); }
H1.HeaderClassName
{
color: #C8BA65;
}
.AnyTagClassName
{
color: #C8BA65;
}
</style>
background-color css
<style>
a { background-color: #C8BA65; }
a { background-color: rgb(200,186,101); }
div.DivClassName
{
background-color: #C8BA65;
}
.BgClassName
{
background-color: #C8BA65;
}
</style>
border-color css
<style>
span { border-color: #C8BA65; }
span { border-color: rgb(200,186,101); }
td.TdClassName
{
border-color: #C8BA65;
}
.TagClassName
{
border-color: #C8BA65;
}
</style>