Shades of Tacha #C6BC57
Tints of Tacha #C6BC57
RGB
CMYK
RGB Variations
Color information
#C6BC57 (or 0xC6BC57) is known color: Tacha. HEX triplet: C6, BC and 57. RGB value is (198,188,87). Sum of RGB (Red+Green+Blue) = 198+188+87=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC57 is #3943A8. Grayscale: #B3B3B3. Windows color (decimal): -3752873 or 5749958. OLE color: 5749958.
HSL color Cylindrical-coordinate representation of color #C6BC57: hue angle of 54.59º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6BC57 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 87 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.22 |
| HSL | 54.59º | 0.49% | 0.56% | - |
| HSV(B) | 54.59º | 0.56% | 0.78% | - |
| XYZ | 42.99 | 48.66 | 16.14 | - |
| YUV | 179.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 87 | 0 | 0.05 | 0.56 | 0.22 | 54.59 | 0.49 | 0.56 |
| Hex | C6 | BC | 57 | 0 | 5 | 38 | 16 | 37 | 31 | 38 |
| Octal | 306 | 274 | 127 | 0 | 5 | 70 | 26 | 67 | 61 | 70 |
| Binary | 11000110 | 10111100 | 1010111 | 0 | 101 | 111000 | 10110 | 110111 | 110001 | 111000 |
Color Harmonies of #C6BC57
Complementary color
Monochromatic Colors of #C6BC57
Black with #C6BC57
Text Example
Text Example
White with #C6BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC57; }
p { color: rgb(198,188,87); }
H1.HeaderClassName
{
color: #C6BC57;
}
.AnyTagClassName
{
color: #C6BC57;
}
</style>
background-color css
<style>
a { background-color: #C6BC57; }
a { background-color: rgb(198,188,87); }
div.DivClassName
{
background-color: #C6BC57;
}
.BgClassName
{
background-color: #C6BC57;
}
</style>
border-color css
<style>
span { border-color: #C6BC57; }
span { border-color: rgb(198,188,87); }
td.TdClassName
{
border-color: #C6BC57;
}
.TagClassName
{
border-color: #C6BC57;
}
</style>