The replacement camera will copy any values with the same name from the normal shader of the object to the replacement shader. If you do not want that behavior, simply rename the _Color variable in the replacement shader to something that does not occur in any of the shaders you use for normal shading.
replacement shader will copy whatever the values are in the original material of your object and use it IF there is/are any unless they are already overwriten in the replacement shader itself.