Shades of Tacha #C8BC5F
Tints of Tacha #C8BC5F
RGB
CMYK
RGB Variations
Color information
#C8BC5F (or 0xC8BC5F) is known color: Tacha. HEX triplet: C8, BC and 5F. RGB value is (200,188,95). Sum of RGB (Red+Green+Blue) = 200+188+95=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5F is #3743A0. Grayscale: #B5B5B5. Windows color (decimal): -3621793 or 6274248. OLE color: 6274248.
HSL color Cylindrical-coordinate representation of color #C8BC5F: hue angle of 53.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8BC5F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 95 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.22 |
| HSL | 53.14º | 0.49% | 0.58% | - |
| HSV(B) | 53.14º | 0.53% | 0.78% | - |
| XYZ | 43.87 | 49.07 | 17.99 | - |
| YUV | 180.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 95 | 0 | 0.06 | 0.52 | 0.22 | 53.14 | 0.49 | 0.58 |
| Hex | C8 | BC | 5F | 0 | 6 | 34 | 16 | 35 | 31 | 3A |
| Octal | 310 | 274 | 137 | 0 | 6 | 64 | 26 | 65 | 61 | 72 |
| Binary | 11001000 | 10111100 | 1011111 | 0 | 110 | 110100 | 10110 | 110101 | 110001 | 111010 |
Color Harmonies of #C8BC5F
Complementary color
Monochromatic Colors of #C8BC5F
Black with #C8BC5F
Text Example
Text Example
White with #C8BC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC5F; }
p { color: rgb(200,188,95); }
H1.HeaderClassName
{
color: #C8BC5F;
}
.AnyTagClassName
{
color: #C8BC5F;
}
</style>
background-color css
<style>
a { background-color: #C8BC5F; }
a { background-color: rgb(200,188,95); }
div.DivClassName
{
background-color: #C8BC5F;
}
.BgClassName
{
background-color: #C8BC5F;
}
</style>
border-color css
<style>
span { border-color: #C8BC5F; }
span { border-color: rgb(200,188,95); }
td.TdClassName
{
border-color: #C8BC5F;
}
.TagClassName
{
border-color: #C8BC5F;
}
</style>