Shades of Tacha #C8BB65
Tints of Tacha #C8BB65
RGB
CMYK
RGB Variations
Color information
#C8BB65 (or 0xC8BB65) is known color: Tacha. HEX triplet: C8, BB and 65. RGB value is (200,187,101). Sum of RGB (Red+Green+Blue) = 200+187+101=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB65 is #37449A. Grayscale: #B5B5B5. Windows color (decimal): -3622043 or 6667208. OLE color: 6667208.
HSL color Cylindrical-coordinate representation of color #C8BB65: hue angle of 52.12º 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 #C8BB65 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 101 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.22 |
| HSL | 52.12º | 0.47% | 0.59% | - |
| HSV(B) | 52.12º | 0.5% | 0.78% | - |
| XYZ | 43.94 | 48.76 | 19.41 | - |
| YUV | 181.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 101 | 0 | 0.06 | 0.49 | 0.22 | 52.12 | 0.47 | 0.59 |
| Hex | C8 | BB | 65 | 0 | 6 | 31 | 16 | 34 | 2F | 3B |
| Octal | 310 | 273 | 145 | 0 | 6 | 61 | 26 | 64 | 57 | 73 |
| Binary | 11001000 | 10111011 | 1100101 | 0 | 110 | 110001 | 10110 | 110100 | 101111 | 111011 |
Color Harmonies of #C8BB65
Complementary color
Monochromatic Colors of #C8BB65
Black with #C8BB65
Text Example
Text Example
White with #C8BB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB65; }
p { color: rgb(200,187,101); }
H1.HeaderClassName
{
color: #C8BB65;
}
.AnyTagClassName
{
color: #C8BB65;
}
</style>
background-color css
<style>
a { background-color: #C8BB65; }
a { background-color: rgb(200,187,101); }
div.DivClassName
{
background-color: #C8BB65;
}
.BgClassName
{
background-color: #C8BB65;
}
</style>
border-color css
<style>
span { border-color: #C8BB65; }
span { border-color: rgb(200,187,101); }
td.TdClassName
{
border-color: #C8BB65;
}
.TagClassName
{
border-color: #C8BB65;
}
</style>