Shades of Tacha #C8BC5B
Tints of Tacha #C8BC5B
RGB
CMYK
RGB Variations
Color information
#C8BC5B (or 0xC8BC5B) is known color: Tacha. HEX triplet: C8, BC and 5B. RGB value is (200,188,91). Sum of RGB (Red+Green+Blue) = 200+188+91=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5B is #3743A4. Grayscale: #B4B4B4. Windows color (decimal): -3621797 or 6012104. OLE color: 6012104.
HSL color Cylindrical-coordinate representation of color #C8BC5B: hue angle of 53.39º 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 #C8BC5B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 91 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.22 |
| HSL | 53.39º | 0.5% | 0.57% | - |
| HSV(B) | 53.39º | 0.55% | 0.78% | - |
| XYZ | 43.69 | 49 | 17.05 | - |
| YUV | 180.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 91 | 0 | 0.06 | 0.54 | 0.22 | 53.39 | 0.5 | 0.57 |
| Hex | C8 | BC | 5B | 0 | 6 | 36 | 16 | 35 | 32 | 39 |
| Octal | 310 | 274 | 133 | 0 | 6 | 66 | 26 | 65 | 62 | 71 |
| Binary | 11001000 | 10111100 | 1011011 | 0 | 110 | 110110 | 10110 | 110101 | 110010 | 111001 |
Color Harmonies of #C8BC5B
Complementary color
Monochromatic Colors of #C8BC5B
Black with #C8BC5B
Text Example
Text Example
White with #C8BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC5B; }
p { color: rgb(200,188,91); }
H1.HeaderClassName
{
color: #C8BC5B;
}
.AnyTagClassName
{
color: #C8BC5B;
}
</style>
background-color css
<style>
a { background-color: #C8BC5B; }
a { background-color: rgb(200,188,91); }
div.DivClassName
{
background-color: #C8BC5B;
}
.BgClassName
{
background-color: #C8BC5B;
}
</style>
border-color css
<style>
span { border-color: #C8BC5B; }
span { border-color: rgb(200,188,91); }
td.TdClassName
{
border-color: #C8BC5B;
}
.TagClassName
{
border-color: #C8BC5B;
}
</style>