Shades of Tacha #C8BC61
Tints of Tacha #C8BC61
RGB
CMYK
RGB Variations
Color information
#C8BC61 (or 0xC8BC61) is known color: Tacha. HEX triplet: C8, BC and 61. RGB value is (200,188,97). Sum of RGB (Red+Green+Blue) = 200+188+97=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC61 is #37439E. Grayscale: #B5B5B5. Windows color (decimal): -3621791 or 6405320. OLE color: 6405320.
HSL color Cylindrical-coordinate representation of color #C8BC61: hue angle of 53.01º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8BC61 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 97 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.22 |
| HSL | 53.01º | 0.48% | 0.58% | - |
| HSV(B) | 53.01º | 0.52% | 0.78% | - |
| XYZ | 43.96 | 49.11 | 18.47 | - |
| YUV | 181.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 97 | 0 | 0.06 | 0.52 | 0.22 | 53.01 | 0.48 | 0.58 |
| Hex | C8 | BC | 61 | 0 | 6 | 34 | 16 | 35 | 30 | 3A |
| Octal | 310 | 274 | 141 | 0 | 6 | 64 | 26 | 65 | 60 | 72 |
| Binary | 11001000 | 10111100 | 1100001 | 0 | 110 | 110100 | 10110 | 110101 | 110000 | 111010 |
Color Harmonies of #C8BC61
Complementary color
Monochromatic Colors of #C8BC61
Black with #C8BC61
Text Example
Text Example
White with #C8BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC61; }
p { color: rgb(200,188,97); }
H1.HeaderClassName
{
color: #C8BC61;
}
.AnyTagClassName
{
color: #C8BC61;
}
</style>
background-color css
<style>
a { background-color: #C8BC61; }
a { background-color: rgb(200,188,97); }
div.DivClassName
{
background-color: #C8BC61;
}
.BgClassName
{
background-color: #C8BC61;
}
</style>
border-color css
<style>
span { border-color: #C8BC61; }
span { border-color: rgb(200,188,97); }
td.TdClassName
{
border-color: #C8BC61;
}
.TagClassName
{
border-color: #C8BC61;
}
</style>