Shades of Tacha #C8BC54
Tints of Tacha #C8BC54
RGB
CMYK
RGB Variations
Color information
#C8BC54 (or 0xC8BC54) is known color: Tacha. HEX triplet: C8, BC and 54. RGB value is (200,188,84). Sum of RGB (Red+Green+Blue) = 200+188+84=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC54 is #3743AB. Grayscale: #B4B4B4. Windows color (decimal): -3621804 or 5553352. OLE color: 5553352.
HSL color Cylindrical-coordinate representation of color #C8BC54: hue angle of 53.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8BC54 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 84 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.22 |
| HSL | 53.79º | 0.51% | 0.56% | - |
| HSV(B) | 53.79º | 0.58% | 0.78% | - |
| XYZ | 43.4 | 48.89 | 15.54 | - |
| YUV | 179.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 84 | 0 | 0.06 | 0.58 | 0.22 | 53.79 | 0.51 | 0.56 |
| Hex | C8 | BC | 54 | 0 | 6 | 3A | 16 | 36 | 33 | 38 |
| Octal | 310 | 274 | 124 | 0 | 6 | 72 | 26 | 66 | 63 | 70 |
| Binary | 11001000 | 10111100 | 1010100 | 0 | 110 | 111010 | 10110 | 110110 | 110011 | 111000 |
Color Harmonies of #C8BC54
Complementary color
Monochromatic Colors of #C8BC54
Black with #C8BC54
Text Example
Text Example
White with #C8BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC54; }
p { color: rgb(200,188,84); }
H1.HeaderClassName
{
color: #C8BC54;
}
.AnyTagClassName
{
color: #C8BC54;
}
</style>
background-color css
<style>
a { background-color: #C8BC54; }
a { background-color: rgb(200,188,84); }
div.DivClassName
{
background-color: #C8BC54;
}
.BgClassName
{
background-color: #C8BC54;
}
</style>
border-color css
<style>
span { border-color: #C8BC54; }
span { border-color: rgb(200,188,84); }
td.TdClassName
{
border-color: #C8BC54;
}
.TagClassName
{
border-color: #C8BC54;
}
</style>