Shades of Tacha #C8BC5C
Tints of Tacha #C8BC5C
RGB
CMYK
RGB Variations
Color information
#C8BC5C (or 0xC8BC5C) is known color: Tacha. HEX triplet: C8, BC and 5C. RGB value is (200,188,92). Sum of RGB (Red+Green+Blue) = 200+188+92=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5C is #3743A3. Grayscale: #B5B5B5. Windows color (decimal): -3621796 or 6077640. OLE color: 6077640.
HSL color Cylindrical-coordinate representation of color #C8BC5C: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8BC5C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 92 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.22 |
| HSL | 53.33º | 0.5% | 0.57% | - |
| HSV(B) | 53.33º | 0.54% | 0.78% | - |
| XYZ | 43.73 | 49.02 | 17.28 | - |
| YUV | 180.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 92 | 0 | 0.06 | 0.54 | 0.22 | 53.33 | 0.5 | 0.57 |
| Hex | C8 | BC | 5C | 0 | 6 | 36 | 16 | 35 | 32 | 39 |
| Octal | 310 | 274 | 134 | 0 | 6 | 66 | 26 | 65 | 62 | 71 |
| Binary | 11001000 | 10111100 | 1011100 | 0 | 110 | 110110 | 10110 | 110101 | 110010 | 111001 |
Color Harmonies of #C8BC5C
Complementary color
Monochromatic Colors of #C8BC5C
Black with #C8BC5C
Text Example
Text Example
White with #C8BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC5C; }
p { color: rgb(200,188,92); }
H1.HeaderClassName
{
color: #C8BC5C;
}
.AnyTagClassName
{
color: #C8BC5C;
}
</style>
background-color css
<style>
a { background-color: #C8BC5C; }
a { background-color: rgb(200,188,92); }
div.DivClassName
{
background-color: #C8BC5C;
}
.BgClassName
{
background-color: #C8BC5C;
}
</style>
border-color css
<style>
span { border-color: #C8BC5C; }
span { border-color: rgb(200,188,92); }
td.TdClassName
{
border-color: #C8BC5C;
}
.TagClassName
{
border-color: #C8BC5C;
}
</style>